Shades of Conifer #B4D956
Tints of Conifer #B4D956
RGB
CMYK
RGB Variations
Color information
#B4D956 (or 0xB4D956) is known color: Conifer. HEX triplet: B4, D9 and 56. RGB value is (180,217,86). Sum of RGB (Red+Green+Blue) = 180+217+86=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D956 is #4B26A9. Grayscale: #BFBFBF. Windows color (decimal): -4925098 or 5691828. OLE color: 5691828.
HSL color Cylindrical-coordinate representation of color #B4D956: hue angle of 76.95º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4D956 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 86 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.15 |
| HSL | 76.95º | 0.63% | 0.59% | - |
| HSV(B) | 76.95º | 0.6% | 0.85% | - |
| XYZ | 45.31 | 60 | 18 | - |
| YUV | 191 | 68.74 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 86 | 0.17 | 0 | 0.60 | 0.15 | 76.95 | 0.63 | 0.59 |
| Hex | B4 | D9 | 56 | 11 | 0 | 3C | F | 4D | 3F | 3B |
| Octal | 264 | 331 | 126 | 21 | 0 | 74 | 17 | 115 | 77 | 73 |
| Binary | 10110100 | 11011001 | 1010110 | 10001 | 0 | 111100 | 1111 | 1001101 | 111111 | 111011 |
Color Harmonies of #B4D956
Complementary color
Monochromatic Colors of #B4D956
Black with #B4D956
Text Example
Text Example
White with #B4D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D956; }
p { color: rgb(180,217,86); }
H1.HeaderClassName
{
color: #B4D956;
}
.AnyTagClassName
{
color: #B4D956;
}
</style>
background-color css
<style>
a { background-color: #B4D956; }
a { background-color: rgb(180,217,86); }
div.DivClassName
{
background-color: #B4D956;
}
.BgClassName
{
background-color: #B4D956;
}
</style>
border-color css
<style>
span { border-color: #B4D956; }
span { border-color: rgb(180,217,86); }
td.TdClassName
{
border-color: #B4D956;
}
.TagClassName
{
border-color: #B4D956;
}
</style>