Shades of Conifer #B4D156
Tints of Conifer #B4D156
RGB
CMYK
RGB Variations
Color information
#B4D156 (or 0xB4D156) is known color: Conifer. HEX triplet: B4, D1 and 56. RGB value is (180,209,86). Sum of RGB (Red+Green+Blue) = 180+209+86=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D156 is #4B2EA9. Grayscale: #BABABA. Windows color (decimal): -4927146 or 5689780. OLE color: 5689780.
HSL color Cylindrical-coordinate representation of color #B4D156: hue angle of 74.15º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4D156 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 86 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.18 |
| HSL | 74.15º | 0.57% | 0.58% | - |
| HSV(B) | 74.15º | 0.59% | 0.82% | - |
| XYZ | 43.3 | 55.98 | 17.33 | - |
| YUV | 186.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 86 | 0.14 | 0 | 0.59 | 0.18 | 74.15 | 0.57 | 0.58 |
| Hex | B4 | D1 | 56 | E | 0 | 3B | 12 | 4A | 39 | 3A |
| Octal | 264 | 321 | 126 | 16 | 0 | 73 | 22 | 112 | 71 | 72 |
| Binary | 10110100 | 11010001 | 1010110 | 1110 | 0 | 111011 | 10010 | 1001010 | 111001 | 111010 |
Color Harmonies of #B4D156
Complementary color
Monochromatic Colors of #B4D156
Black with #B4D156
Text Example
Text Example
White with #B4D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D156; }
p { color: rgb(180,209,86); }
H1.HeaderClassName
{
color: #B4D156;
}
.AnyTagClassName
{
color: #B4D156;
}
</style>
background-color css
<style>
a { background-color: #B4D156; }
a { background-color: rgb(180,209,86); }
div.DivClassName
{
background-color: #B4D156;
}
.BgClassName
{
background-color: #B4D156;
}
</style>
border-color css
<style>
span { border-color: #B4D156; }
span { border-color: rgb(180,209,86); }
td.TdClassName
{
border-color: #B4D156;
}
.TagClassName
{
border-color: #B4D156;
}
</style>