#B0E88B

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

Shades of Feijoa #B0E88B

Tints of Feijoa #B0E88B

Color information

#B0E88B (or 0xB0E88B) is unknown color: approx Feijoa. HEX triplet: B0, E8 and 8B. RGB value is (176,232,139). Sum of RGB (Red+Green+Blue) = 176+232+139=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E88B is #4F1774. Grayscale: #CCCCCC. Windows color (decimal): -5183349 or 9169072. OLE color: 9169072.

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

Color convert

RGB176232139-
CMYK0.2400.400.09
HSL96.13º66.91%72.75%-
HSV(B)96.13º40.09%90.98%-
XYZ51.4268.8135-
YUV204.6590.95107.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 232 (91.02% from 255) = 42.41%
BLUE value IS 139 (54.69% from 255) = 25.41%
R=32.18%
G=42.41%
B=25.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762321390.2400.400.0996.1366.9172.75
HexB0E88B180289604349
Octal2603502133005011140103111
Binary1011000011101000100010111100001010001001110000010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E88B; }

 p { color: rgb(176,232,139); }

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

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

 a { background-color: rgb(176,232,139); }

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

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

 span { border-color: rgb(176,232,139); }

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