Shades of Feijoa #B4DB87
Tints of Feijoa #B4DB87
RGB
CMYK
RGB Variations
Color information
#B4DB87 (or 0xB4DB87) is known color: Feijoa. HEX triplet: B4, DB and 87. RGB value is (180,219,135). Sum of RGB (Red+Green+Blue) = 180+219+135=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB87 is #4B2478. Grayscale: #C6C6C6. Windows color (decimal): -4924537 or 8903604. OLE color: 8903604.
HSL color Cylindrical-coordinate representation of color #B4DB87: hue angle of 87.86º 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 #B4DB87 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 135 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.14 |
| HSL | 87.86º | 0.54% | 0.69% | - |
| HSV(B) | 87.86º | 0.38% | 0.86% | - |
| XYZ | 48.53 | 62.12 | 32.35 | - |
| YUV | 197.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 135 | 0.18 | 0 | 0.38 | 0.14 | 87.86 | 0.54 | 0.69 |
| Hex | B4 | DB | 87 | 12 | 0 | 26 | E | 58 | 36 | 45 |
| Octal | 264 | 333 | 207 | 22 | 0 | 46 | 16 | 130 | 66 | 105 |
| Binary | 10110100 | 11011011 | 10000111 | 10010 | 0 | 100110 | 1110 | 1011000 | 110110 | 1000101 |
Color Harmonies of #B4DB87
Complementary color
Monochromatic Colors of #B4DB87
Black with #B4DB87
Text Example
Text Example
White with #B4DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB87; }
p { color: rgb(180,219,135); }
H1.HeaderClassName
{
color: #B4DB87;
}
.AnyTagClassName
{
color: #B4DB87;
}
</style>
background-color css
<style>
a { background-color: #B4DB87; }
a { background-color: rgb(180,219,135); }
div.DivClassName
{
background-color: #B4DB87;
}
.BgClassName
{
background-color: #B4DB87;
}
</style>
border-color css
<style>
span { border-color: #B4DB87; }
span { border-color: rgb(180,219,135); }
td.TdClassName
{
border-color: #B4DB87;
}
.TagClassName
{
border-color: #B4DB87;
}
</style>