#B2E686

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

Shades of Feijoa #B2E686

Tints of Feijoa #B2E686

Color information

#B2E686 (or 0xB2E686) is unknown color: approx Feijoa. HEX triplet: B2, E6 and 86. RGB value is (178,230,134). Sum of RGB (Red+Green+Blue) = 178+230+134=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E686 is #4D1979. Grayscale: #CBCBCB. Windows color (decimal): -5052794 or 8840882. OLE color: 8840882.

HSL color Cylindrical-coordinate representation of color #B2E686: hue angle of 92.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2E686 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB178230134-
CMYK0.2300.420.10
HSL92.5º65.75%71.37%-
HSV(B)92.5º41.74%90.2%-
XYZ50.9667.7832.95-
YUV203.5188.77109.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 230 (90.23% from 255) = 42.44%
BLUE value IS 134 (52.73% from 255) = 24.72%
R=32.84%
G=42.44%
B=24.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1782301340.2300.420.1092.565.7571.37
HexB2E6861702AA5c4247
Octal2623462062705212134102107
Binary1011001011100110100001101011101010101010101110010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E686; }

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

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

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

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

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

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

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

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