Shades of Feijoa #B0DB92
Tints of Feijoa #B0DB92
RGB
CMYK
RGB Variations
Color information
#B0DB92 (or 0xB0DB92) is known color: 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
| RGB | 176 | 219 | 146 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.14 |
| HSL | 95.34º | 0.5% | 0.72% | - |
| HSV(B) | 95.34º | 0.33% | 0.86% | - |
| XYZ | 48.42 | 61.97 | 36.6 | - |
| YUV | 197.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 146 | 0.20 | 0 | 0.33 | 0.14 | 95.34 | 0.5 | 0.72 |
| Hex | B0 | DB | 92 | 14 | 0 | 21 | E | 5F | 32 | 48 |
| Octal | 260 | 333 | 222 | 24 | 0 | 41 | 16 | 137 | 62 | 110 |
| Binary | 10110000 | 11011011 | 10010010 | 10100 | 0 | 100001 | 1110 | 1011111 | 110010 | 1001000 |
Color Harmonies of #B0DB92
Complementary color
Monochromatic Colors of #B0DB92
Black with #B0DB92
Text Example
Text Example
White with #B0DB92
Text Example
Text Example
HTML Codes & Css Web 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>