#B2E186

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

Shades of Feijoa #B2E186

Tints of Feijoa #B2E186

Color information

#B2E186 (or 0xB2E186) is unknown color: approx Feijoa. HEX triplet: B2, E1 and 86. RGB value is (178,225,134). Sum of RGB (Red+Green+Blue) = 178+225+134=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E186 is #4D1E79. Grayscale: #C8C8C8. Windows color (decimal): -5054074 or 8839602. OLE color: 8839602.

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

Color convert

RGB178225134-
CMYK0.2100.400.12
HSL90.99º60.26%70.39%-
HSV(B)90.99º40.44%88.24%-
XYZ49.5965.0432.49-
YUV200.5790.43111.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 225 (88.28% from 255) = 41.90%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=33.15%
G=41.90%
B=24.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782251340.2100.400.1290.9960.2670.39
HexB2E18615028C5b3c46
Octal262341206250501413374106
Binary101100101110000110000110101010101000110010110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E186; }

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

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

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

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

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

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

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

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