Shades of Conifer #B4D159
Tints of Conifer #B4D159
RGB
CMYK
RGB Variations
Color information
#B4D159 (or 0xB4D159) is known color: Conifer. HEX triplet: B4, D1 and 59. RGB value is (180,209,89). Sum of RGB (Red+Green+Blue) = 180+209+89=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D159 is #4B2EA6. Grayscale: #BBBBBB. Windows color (decimal): -4927143 or 5886388. OLE color: 5886388.
HSL color Cylindrical-coordinate representation of color #B4D159: hue angle of 74.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4D159 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 89 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.18 |
| HSL | 74.5º | 0.57% | 0.58% | - |
| HSV(B) | 74.5º | 0.57% | 0.82% | - |
| XYZ | 43.43 | 56.03 | 17.98 | - |
| YUV | 186.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 89 | 0.14 | 0 | 0.57 | 0.18 | 74.5 | 0.57 | 0.58 |
| Hex | B4 | D1 | 59 | E | 0 | 39 | 12 | 4A | 39 | 3A |
| Octal | 264 | 321 | 131 | 16 | 0 | 71 | 22 | 112 | 71 | 72 |
| Binary | 10110100 | 11010001 | 1011001 | 1110 | 0 | 111001 | 10010 | 1001010 | 111001 | 111010 |
Color Harmonies of #B4D159
Complementary color
Monochromatic Colors of #B4D159
Black with #B4D159
Text Example
Text Example
White with #B4D159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D159; }
p { color: rgb(180,209,89); }
H1.HeaderClassName
{
color: #B4D159;
}
.AnyTagClassName
{
color: #B4D159;
}
</style>
background-color css
<style>
a { background-color: #B4D159; }
a { background-color: rgb(180,209,89); }
div.DivClassName
{
background-color: #B4D159;
}
.BgClassName
{
background-color: #B4D159;
}
</style>
border-color css
<style>
span { border-color: #B4D159; }
span { border-color: rgb(180,209,89); }
td.TdClassName
{
border-color: #B4D159;
}
.TagClassName
{
border-color: #B4D159;
}
</style>