#B0DB92

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

Shades of Feijoa #B0DB92

Tints of Feijoa #B0DB92

Color information

#B0DB92 (or 0xB0DB92) is unknown color: approx Feijoa. HEX triplet: B0, DB and 92. RGB value is (176,219,146). Sum of RGB (Red+Green+Blue) = 176+219+146=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB92 is #4F246D. Grayscale: #C6C6C6. Windows color (decimal): -5186670 or 9624496. OLE color: 9624496.

HSL color Cylindrical-coordinate representation of color #B0DB92: hue angle of 95.34º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0DB92 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB176219146-
CMYK0.2000.330.14
HSL95.34º50.34%71.57%-
HSV(B)95.34º33.33%85.88%-
XYZ48.4261.9736.6-
YUV197.8298.75112.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=32.53%
G=40.48%
B=26.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191460.2000.330.1495.3450.3471.57
HexB0DB9214021E5f3248
Octal260333222240411613762110
Binary101100001101101110010010101000100001111010111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DB92; }

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

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

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

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

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

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

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

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