Shades of Feijoa #B0DB96
Tints of Feijoa #B0DB96
RGB
CMYK
RGB Variations
Color information
#B0DB96 (or 0xB0DB96) is known color: Feijoa. HEX triplet: B0, DB and 96. RGB value is (176,219,150). Sum of RGB (Red+Green+Blue) = 176+219+150=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB96 is #4F2469. Grayscale: #C6C6C6. Windows color (decimal): -5186666 or 9886640. OLE color: 9886640.
HSL color Cylindrical-coordinate representation of color #B0DB96: hue angle of 97.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0DB96 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 150 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.14 |
| HSL | 97.39º | 0.49% | 0.72% | - |
| HSV(B) | 97.39º | 0.32% | 0.86% | - |
| XYZ | 48.74 | 62.1 | 38.27 | - |
| YUV | 198.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 150 | 0.20 | 0 | 0.32 | 0.14 | 97.39 | 0.49 | 0.72 |
| Hex | B0 | DB | 96 | 14 | 0 | 20 | E | 61 | 31 | 48 |
| Octal | 260 | 333 | 226 | 24 | 0 | 40 | 16 | 141 | 61 | 110 |
| Binary | 10110000 | 11011011 | 10010110 | 10100 | 0 | 100000 | 1110 | 1100001 | 110001 | 1001000 |
Color Harmonies of #B0DB96
Complementary color
Monochromatic Colors of #B0DB96
Black with #B0DB96
Text Example
Text Example
White with #B0DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB96; }
p { color: rgb(176,219,150); }
H1.HeaderClassName
{
color: #B0DB96;
}
.AnyTagClassName
{
color: #B0DB96;
}
</style>
background-color css
<style>
a { background-color: #B0DB96; }
a { background-color: rgb(176,219,150); }
div.DivClassName
{
background-color: #B0DB96;
}
.BgClassName
{
background-color: #B0DB96;
}
</style>
border-color css
<style>
span { border-color: #B0DB96; }
span { border-color: rgb(176,219,150); }
td.TdClassName
{
border-color: #B0DB96;
}
.TagClassName
{
border-color: #B0DB96;
}
</style>