#b0db90

Color #B0DB90 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B0DB90

Tints of Feijoa #B0DB90

Color information

#B0DB90 (or 0xB0DB90) is unknown color: approx Feijoa. HEX triplet: B0, DB and 90. RGB value is (176,219,144). Sum of RGB (Red+Green+Blue) = 176+219+144=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB90 is #4F246F. Grayscale: #C5C5C5. Windows color (decimal): -5186672 or 9493424. OLE color: 9493424.

HSL color Cylindrical-coordinate representation of color #B0DB90: hue angle of 94.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0DB90 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB176219144-
CMYK0.2000.340.14
HSL94.4º51.02%71.18%-
HSV(B)94.4º34.25%85.88%-
XYZ48.2761.9135.79-
YUV197.5997.75112.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=32.65%
G=40.63%
B=26.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191440.2000.340.1494.451.0271.18
HexB0DB9014022E5e3347
Octal260333220240421613663107
Binary101100001101101110010000101000100010111010111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0db90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0db90; }

 p { color: rgb(176,219,144); }

 H1.HeaderClassName
 {
   color: #b0db90;
 }
 .AnyTagClassName
 {
   color: #b0db90;
 }
</style>
background-color css

<style>
 a { background-color: #b0db90; }

 a { background-color: rgb(176,219,144); }

 div.DivClassName
 {
   background-color: #b0db90;
 }
 .BgClassName
 {
   background-color: #b0db90;
 }
</style>
border-color css

<style>
 span { border-color: #b0db90; }

 span { border-color: rgb(176,219,144); }

 td.TdClassName
 {
   border-color: #b0db90;
 }
 .TagClassName
 {
   border-color: #b0db90;
 }
</style>