#B0E08B

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

Shades of Feijoa #B0E08B

Tints of Feijoa #B0E08B

Color information

#B0E08B (or 0xB0E08B) is unknown color: approx Feijoa. HEX triplet: B0, E0 and 8B. RGB value is (176,224,139). Sum of RGB (Red+Green+Blue) = 176+224+139=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E08B is #4F1F74. Grayscale: #C8C8C8. Windows color (decimal): -5185397 or 9167024. OLE color: 9167024.

HSL color Cylindrical-coordinate representation of color #B0E08B: hue angle of 93.88º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0E08B is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB176224139-
CMYK0.2100.380.12
HSL93.88º57.82%71.18%-
HSV(B)93.88º37.95%87.84%-
XYZ49.2264.4134.26-
YUV199.9693.6110.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 224 (87.89% from 255) = 41.56%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=32.65%
G=41.56%
B=25.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762241390.2100.380.1293.8857.8271.18
HexB0E08B15026C5e3a47
Octal260340213250461413672107
Binary101100001110000010001011101010100110110010111101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E08B; }

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

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

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

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

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

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

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

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