#B4E186

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

Shades of Feijoa #B4E186

Tints of Feijoa #B4E186

Color information

#B4E186 (or 0xB4E186) is unknown color: approx Feijoa. HEX triplet: B4, E1 and 86. RGB value is (180,225,134). Sum of RGB (Red+Green+Blue) = 180+225+134=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E186 is #4B1E79. Grayscale: #C9C9C9. Windows color (decimal): -4923002 or 8839604. OLE color: 8839604.

HSL color Cylindrical-coordinate representation of color #B4E186: hue angle of 89.67º 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 #B4E186 is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB180225134-
CMYK0.200.400.12
HSL89.67º60.26%70.39%-
HSV(B)89.67º40.44%88.24%-
XYZ50.0565.2732.52-
YUV201.1790.09112.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 225 (88.28% from 255) = 41.74%
BLUE value IS 134 (52.73% from 255) = 24.86%
R=33.40%
G=41.74%
B=24.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1802251340.200.400.1289.6760.2670.39
HexB4E18614028C5a3c46
Octal264341206240501413274106
Binary101101001110000110000110101000101000110010110101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E186; }

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

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

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

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

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

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

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

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