#B2E88C

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

Shades of Feijoa #B2E88C

Tints of Feijoa #B2E88C

Color information

#B2E88C (or 0xB2E88C) is unknown color: approx Feijoa. HEX triplet: B2, E8 and 8C. RGB value is (178,232,140). Sum of RGB (Red+Green+Blue) = 178+232+140=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E88C is #4D1773. Grayscale: #CDCDCD. Windows color (decimal): -5052276 or 9234610. OLE color: 9234610.

HSL color Cylindrical-coordinate representation of color #B2E88C: hue angle of 95.22º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2E88C is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB178232140-
CMYK0.2300.400.09
HSL95.22º66.67%72.94%-
HSV(B)95.22º39.66%90.98%-
XYZ51.9569.0735.41-
YUV205.3791.11108.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.36%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 140 (55.08% from 255) = 25.45%
R=32.36%
G=42.18%
B=25.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782321400.2300.400.0995.2266.6772.94
HexB2E88C1702895f4349
Octal2623502142705011137103111
Binary1011001011101000100011001011101010001001101111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E88C; }

 p { color: rgb(178,232,140); }

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

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

 a { background-color: rgb(178,232,140); }

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

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

 span { border-color: rgb(178,232,140); }

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