Shades of Conifer #B5D156
Tints of Conifer #B5D156
RGB
CMYK
RGB Variations
Color information
#B5D156 (or 0xB5D156) is known color: Conifer. HEX triplet: B5, D1 and 56. RGB value is (181,209,86). Sum of RGB (Red+Green+Blue) = 181+209+86=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D156 is #4A2EA9. Grayscale: #BBBBBB. Windows color (decimal): -4861610 or 5689781. OLE color: 5689781.
HSL color Cylindrical-coordinate representation of color #B5D156: hue angle of 73.66º 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 #B5D156 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 86 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.18 |
| HSL | 73.66º | 0.57% | 0.58% | - |
| HSV(B) | 73.66º | 0.59% | 0.82% | - |
| XYZ | 43.54 | 56.1 | 17.34 | - |
| YUV | 186.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 86 | 0.13 | 0 | 0.59 | 0.18 | 73.66 | 0.57 | 0.58 |
| Hex | B5 | D1 | 56 | D | 0 | 3B | 12 | 4A | 39 | 3A |
| Octal | 265 | 321 | 126 | 15 | 0 | 73 | 22 | 112 | 71 | 72 |
| Binary | 10110101 | 11010001 | 1010110 | 1101 | 0 | 111011 | 10010 | 1001010 | 111001 | 111010 |
Color Harmonies of #B5D156
Complementary color
Monochromatic Colors of #B5D156
Black with #B5D156
Text Example
Text Example
White with #B5D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D156; }
p { color: rgb(181,209,86); }
H1.HeaderClassName
{
color: #B5D156;
}
.AnyTagClassName
{
color: #B5D156;
}
</style>
background-color css
<style>
a { background-color: #B5D156; }
a { background-color: rgb(181,209,86); }
div.DivClassName
{
background-color: #B5D156;
}
.BgClassName
{
background-color: #B5D156;
}
</style>
border-color css
<style>
span { border-color: #B5D156; }
span { border-color: rgb(181,209,86); }
td.TdClassName
{
border-color: #B5D156;
}
.TagClassName
{
border-color: #B5D156;
}
</style>