Shades of Conifer #B5D856
Tints of Conifer #B5D856
RGB
CMYK
RGB Variations
Color information
#B5D856 (or 0xB5D856) is known color: Conifer. HEX triplet: B5, D8 and 56. RGB value is (181,216,86). Sum of RGB (Red+Green+Blue) = 181+216+86=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D856 is #4A27A9. Grayscale: #BFBFBF. Windows color (decimal): -4859818 or 5691573. OLE color: 5691573.
HSL color Cylindrical-coordinate representation of color #B5D856: hue angle of 76.15º degrees, saturation: 0.62, 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 #B5D856 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 86 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.15 |
| HSL | 76.15º | 0.63% | 0.59% | - |
| HSV(B) | 76.15º | 0.6% | 0.85% | - |
| XYZ | 45.29 | 59.61 | 17.92 | - |
| YUV | 190.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 86 | 0.16 | 0 | 0.60 | 0.15 | 76.15 | 0.63 | 0.59 |
| Hex | B5 | D8 | 56 | 10 | 0 | 3C | F | 4C | 3E | 3B |
| Octal | 265 | 330 | 126 | 20 | 0 | 74 | 17 | 114 | 76 | 73 |
| Binary | 10110101 | 11011000 | 1010110 | 10000 | 0 | 111100 | 1111 | 1001100 | 111110 | 111011 |
Color Harmonies of #B5D856
Complementary color
Monochromatic Colors of #B5D856
Black with #B5D856
Text Example
Text Example
White with #B5D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D856; }
p { color: rgb(181,216,86); }
H1.HeaderClassName
{
color: #B5D856;
}
.AnyTagClassName
{
color: #B5D856;
}
</style>
background-color css
<style>
a { background-color: #B5D856; }
a { background-color: rgb(181,216,86); }
div.DivClassName
{
background-color: #B5D856;
}
.BgClassName
{
background-color: #B5D856;
}
</style>
border-color css
<style>
span { border-color: #B5D856; }
span { border-color: rgb(181,216,86); }
td.TdClassName
{
border-color: #B5D856;
}
.TagClassName
{
border-color: #B5D856;
}
</style>