#B0E186

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

Shades of Feijoa #B0E186

Tints of Feijoa #B0E186

Color information

#B0E186 (or 0xB0E186) is unknown color: approx Feijoa. HEX triplet: B0, E1 and 86. RGB value is (176,225,134). Sum of RGB (Red+Green+Blue) = 176+225+134=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E186 is #4F1E79. Grayscale: #C8C8C8. Windows color (decimal): -5185146 or 8839600. OLE color: 8839600.

HSL color Cylindrical-coordinate representation of color #B0E186: hue angle of 92.31º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0E186 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB176225134-
CMYK0.2200.400.12
HSL92.31º60.26%70.39%-
HSV(B)92.31º40.44%88.24%-
XYZ49.1364.832.47-
YUV199.9890.77110.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 134 (52.73% from 255) = 25.05%
R=32.90%
G=42.06%
B=25.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762251340.2200.400.1292.3160.2670.39
HexB0E18616028C5c3c46
Octal260341206260501413474106
Binary101100001110000110000110101100101000110010111001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E186; }

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

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

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

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

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

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

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

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