Shades of Feijoa #B4DB8C
Tints of Feijoa #B4DB8C
RGB
CMYK
RGB Variations
Color information
#B4DB8C (or 0xB4DB8C) is known color: Feijoa. HEX triplet: B4, DB and 8C. RGB value is (180,219,140). Sum of RGB (Red+Green+Blue) = 180+219+140=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB8C is #4B2473. Grayscale: #C6C6C6. Windows color (decimal): -4924532 or 9231284. OLE color: 9231284.
HSL color Cylindrical-coordinate representation of color #B4DB8C: hue angle of 89.62º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4DB8C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 140 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.14 |
| HSL | 89.62º | 0.52% | 0.7% | - |
| HSV(B) | 89.62º | 0.36% | 0.86% | - |
| XYZ | 48.89 | 62.26 | 34.25 | - |
| YUV | 198.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 140 | 0.18 | 0 | 0.36 | 0.14 | 89.62 | 0.52 | 0.7 |
| Hex | B4 | DB | 8C | 12 | 0 | 24 | E | 5A | 34 | 46 |
| Octal | 264 | 333 | 214 | 22 | 0 | 44 | 16 | 132 | 64 | 106 |
| Binary | 10110100 | 11011011 | 10001100 | 10010 | 0 | 100100 | 1110 | 1011010 | 110100 | 1000110 |
Color Harmonies of #B4DB8C
Complementary color
Monochromatic Colors of #B4DB8C
Black with #B4DB8C
Text Example
Text Example
White with #B4DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB8C; }
p { color: rgb(180,219,140); }
H1.HeaderClassName
{
color: #B4DB8C;
}
.AnyTagClassName
{
color: #B4DB8C;
}
</style>
background-color css
<style>
a { background-color: #B4DB8C; }
a { background-color: rgb(180,219,140); }
div.DivClassName
{
background-color: #B4DB8C;
}
.BgClassName
{
background-color: #B4DB8C;
}
</style>
border-color css
<style>
span { border-color: #B4DB8C; }
span { border-color: rgb(180,219,140); }
td.TdClassName
{
border-color: #B4DB8C;
}
.TagClassName
{
border-color: #B4DB8C;
}
</style>