#B0DA86

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

Shades of Feijoa #B0DA86

Tints of Feijoa #B0DA86

Color information

#B0DA86 (or 0xB0DA86) is unknown color: approx Feijoa. HEX triplet: B0, DA and 86. RGB value is (176,218,134). Sum of RGB (Red+Green+Blue) = 176+218+134=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA86 is #4F2579. Grayscale: #C4C4C4. Windows color (decimal): -5186938 or 8837808. OLE color: 8837808.

HSL color Cylindrical-coordinate representation of color #B0DA86: hue angle of 90º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0DA86 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB176218134-
CMYK0.1900.390.15
HSL90º53.16%69.02%-
HSV(B)90º38.53%85.49%-
XYZ47.2861.0931.85-
YUV195.8793.09113.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 41.29%
BLUE value IS 134 (52.73% from 255) = 25.38%
R=33.33%
G=41.29%
B=25.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181340.1900.390.159053.1669.02
HexB0DA8613027F5a3545
Octal260332206230471713265105
Binary101100001101101010000110100110100111111110110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA86; }

 p { color: rgb(176,218,134); }

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

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

 a { background-color: rgb(176,218,134); }

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

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

 span { border-color: rgb(176,218,134); }

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