Shades of Conifer #B4DB59
Tints of Conifer #B4DB59
RGB
CMYK
RGB Variations
Color information
#B4DB59 (or 0xB4DB59) is known color: Conifer. HEX triplet: B4, DB and 59. RGB value is (180,219,89). Sum of RGB (Red+Green+Blue) = 180+219+89=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB59 is #4B24A6. Grayscale: #C0C0C0. Windows color (decimal): -4924583 or 5888948. OLE color: 5888948.
HSL color Cylindrical-coordinate representation of color #B4DB59: hue angle of 78º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4DB59 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 89 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.14 |
| HSL | 78º | 0.64% | 0.6% | - |
| HSV(B) | 78º | 0.59% | 0.86% | - |
| XYZ | 45.96 | 61.09 | 18.82 | - |
| YUV | 192.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 89 | 0.18 | 0 | 0.59 | 0.14 | 78 | 0.64 | 0.6 |
| Hex | B4 | DB | 59 | 12 | 0 | 3B | E | 4E | 40 | 3C |
| Octal | 264 | 333 | 131 | 22 | 0 | 73 | 16 | 116 | 100 | 74 |
| Binary | 10110100 | 11011011 | 1011001 | 10010 | 0 | 111011 | 1110 | 1001110 | 1000000 | 111100 |
Color Harmonies of #B4DB59
Complementary color
Monochromatic Colors of #B4DB59
Black with #B4DB59
Text Example
Text Example
White with #B4DB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB59; }
p { color: rgb(180,219,89); }
H1.HeaderClassName
{
color: #B4DB59;
}
.AnyTagClassName
{
color: #B4DB59;
}
</style>
background-color css
<style>
a { background-color: #B4DB59; }
a { background-color: rgb(180,219,89); }
div.DivClassName
{
background-color: #B4DB59;
}
.BgClassName
{
background-color: #B4DB59;
}
</style>
border-color css
<style>
span { border-color: #B4DB59; }
span { border-color: rgb(180,219,89); }
td.TdClassName
{
border-color: #B4DB59;
}
.TagClassName
{
border-color: #B4DB59;
}
</style>