Shades of Conifer #B4D959
Tints of Conifer #B4D959
RGB
CMYK
RGB Variations
Color information
#B4D959 (or 0xB4D959) is known color: Conifer. HEX triplet: B4, D9 and 59. RGB value is (180,217,89). Sum of RGB (Red+Green+Blue) = 180+217+89=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D959 is #4B26A6. Grayscale: #BFBFBF. Windows color (decimal): -4925095 or 5888436. OLE color: 5888436.
HSL color Cylindrical-coordinate representation of color #B4D959: hue angle of 77.34º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4D959 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 89 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.15 |
| HSL | 77.34º | 0.63% | 0.6% | - |
| HSV(B) | 77.34º | 0.59% | 0.85% | - |
| XYZ | 45.44 | 60.05 | 18.65 | - |
| YUV | 191.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 89 | 0.17 | 0 | 0.59 | 0.15 | 77.34 | 0.63 | 0.6 |
| Hex | B4 | D9 | 59 | 11 | 0 | 3B | F | 4D | 3F | 3C |
| Octal | 264 | 331 | 131 | 21 | 0 | 73 | 17 | 115 | 77 | 74 |
| Binary | 10110100 | 11011001 | 1011001 | 10001 | 0 | 111011 | 1111 | 1001101 | 111111 | 111100 |
Color Harmonies of #B4D959
Complementary color
Monochromatic Colors of #B4D959
Black with #B4D959
Text Example
Text Example
White with #B4D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D959; }
p { color: rgb(180,217,89); }
H1.HeaderClassName
{
color: #B4D959;
}
.AnyTagClassName
{
color: #B4D959;
}
</style>
background-color css
<style>
a { background-color: #B4D959; }
a { background-color: rgb(180,217,89); }
div.DivClassName
{
background-color: #B4D959;
}
.BgClassName
{
background-color: #B4D959;
}
</style>
border-color css
<style>
span { border-color: #B4D959; }
span { border-color: rgb(180,217,89); }
td.TdClassName
{
border-color: #B4D959;
}
.TagClassName
{
border-color: #B4D959;
}
</style>