#B0E988

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

Shades of Feijoa #B0E988

Tints of Feijoa #B0E988

Color information

#B0E988 (or 0xB0E988) is unknown color: approx Feijoa. HEX triplet: B0, E9 and 88. RGB value is (176,233,136). Sum of RGB (Red+Green+Blue) = 176+233+136=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E988 is #4F1677. Grayscale: #CDCDCD. Windows color (decimal): -5183096 or 8972720. OLE color: 8972720.

HSL color Cylindrical-coordinate representation of color #B0E988: hue angle of 95.26º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0E988 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB176233136-
CMYK0.2400.420.09
HSL95.26º68.79%72.35%-
HSV(B)95.26º41.63%91.37%-
XYZ51.4969.2933.95-
YUV204.989.12107.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 233 (91.41% from 255) = 42.75%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=32.29%
G=42.75%
B=24.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762331360.2400.420.0995.2668.7972.35
HexB0E9881802A95f4548
Octal2603512103005211137105110
Binary1011000011101001100010001100001010101001101111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E988; }

 p { color: rgb(176,233,136); }

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

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

 a { background-color: rgb(176,233,136); }

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

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

 span { border-color: rgb(176,233,136); }

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