Shades of Feijoa #B0DB87
Tints of Feijoa #B0DB87
RGB
CMYK
RGB Variations
Color information
#B0DB87 (or 0xB0DB87) is known color: Feijoa. HEX triplet: B0, DB and 87. RGB value is (176,219,135). Sum of RGB (Red+Green+Blue) = 176+219+135=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DB87 is #4F2478. Grayscale: #C4C4C4. Windows color (decimal): -5186681 or 8903600. OLE color: 8903600.
HSL color Cylindrical-coordinate representation of color #B0DB87: hue angle of 90.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0DB87 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 135 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.14 |
| HSL | 90.71º | 0.54% | 0.69% | - |
| HSV(B) | 90.71º | 0.38% | 0.86% | - |
| XYZ | 47.61 | 61.64 | 32.31 | - |
| YUV | 196.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 135 | 0.20 | 0 | 0.38 | 0.14 | 90.71 | 0.54 | 0.69 |
| Hex | B0 | DB | 87 | 14 | 0 | 26 | E | 5B | 36 | 45 |
| Octal | 260 | 333 | 207 | 24 | 0 | 46 | 16 | 133 | 66 | 105 |
| Binary | 10110000 | 11011011 | 10000111 | 10100 | 0 | 100110 | 1110 | 1011011 | 110110 | 1000101 |
Color Harmonies of #B0DB87
Complementary color
Monochromatic Colors of #B0DB87
Black with #B0DB87
Text Example
Text Example
White with #B0DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB87; }
p { color: rgb(176,219,135); }
H1.HeaderClassName
{
color: #B0DB87;
}
.AnyTagClassName
{
color: #B0DB87;
}
</style>
background-color css
<style>
a { background-color: #B0DB87; }
a { background-color: rgb(176,219,135); }
div.DivClassName
{
background-color: #B0DB87;
}
.BgClassName
{
background-color: #B0DB87;
}
</style>
border-color css
<style>
span { border-color: #B0DB87; }
span { border-color: rgb(176,219,135); }
td.TdClassName
{
border-color: #B0DB87;
}
.TagClassName
{
border-color: #B0DB87;
}
</style>