#B0E492

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

Shades of Feijoa #B0E492

Tints of Feijoa #B0E492

Color information

#B0E492 (or 0xB0E492) is unknown color: approx Feijoa. HEX triplet: B0, E4 and 92. RGB value is (176,228,146). Sum of RGB (Red+Green+Blue) = 176+228+146=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E492 is #4F1B6D. Grayscale: #CBCBCB. Windows color (decimal): -5184366 or 9626800. OLE color: 9626800.

HSL color Cylindrical-coordinate representation of color #B0E492: hue angle of 98.05º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0E492 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB176228146-
CMYK0.2300.360.11
HSL98.05º60.29%73.33%-
HSV(B)98.05º35.96%89.41%-
XYZ50.8466.7937.41-
YUV203.195.77108.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=32%
G=41.45%
B=26.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762281460.2300.360.1198.0560.2973.33
HexB0E49217024B623c49
Octal260344222270441314274111
Binary101100001110010010010010101110100100101111000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E492; }

 p { color: rgb(176,228,146); }

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

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

 a { background-color: rgb(176,228,146); }

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

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

 span { border-color: rgb(176,228,146); }

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