#B0E092

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

Shades of Feijoa #B0E092

Tints of Feijoa #B0E092

Color information

#B0E092 (or 0xB0E092) is unknown color: approx Feijoa. HEX triplet: B0, E0 and 92. RGB value is (176,224,146). Sum of RGB (Red+Green+Blue) = 176+224+146=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E092 is #4F1F6D. Grayscale: #C9C9C9. Windows color (decimal): -5185390 or 9625776. OLE color: 9625776.

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

Color convert

RGB176224146-
CMYK0.2100.350.12
HSL96.92º55.71%72.55%-
HSV(B)96.92º34.82%87.84%-
XYZ49.7564.6237.04-
YUV200.7697.1110.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 224 (87.89% from 255) = 41.03%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=32.23%
G=41.03%
B=26.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762241460.2100.350.1296.9255.7172.55
HexB0E09215023C613849
Octal260340222250431414170111
Binary101100001110000010010010101010100011110011000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E092; }

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

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

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

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

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

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

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

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