Shades of Conifer #B5D860
Tints of Conifer #B5D860
RGB
CMYK
RGB Variations
Color information
#B5D860 (or 0xB5D860) is known color: Conifer. HEX triplet: B5, D8 and 60. RGB value is (181,216,96). Sum of RGB (Red+Green+Blue) = 181+216+96=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D860 is #4A279F. Grayscale: #C0C0C0. Windows color (decimal): -4859808 or 6346933. OLE color: 6346933.
HSL color Cylindrical-coordinate representation of color #B5D860: hue angle of 77.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5D860 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 96 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.15 |
| HSL | 77.5º | 0.61% | 0.61% | - |
| HSV(B) | 77.5º | 0.56% | 0.85% | - |
| XYZ | 45.72 | 59.78 | 20.2 | - |
| YUV | 191.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 96 | 0.16 | 0 | 0.56 | 0.15 | 77.5 | 0.61 | 0.61 |
| Hex | B5 | D8 | 60 | 10 | 0 | 38 | F | 4E | 3D | 3D |
| Octal | 265 | 330 | 140 | 20 | 0 | 70 | 17 | 116 | 75 | 75 |
| Binary | 10110101 | 11011000 | 1100000 | 10000 | 0 | 111000 | 1111 | 1001110 | 111101 | 111101 |
Color Harmonies of #B5D860
Complementary color
Monochromatic Colors of #B5D860
Black with #B5D860
Text Example
Text Example
White with #B5D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D860; }
p { color: rgb(181,216,96); }
H1.HeaderClassName
{
color: #B5D860;
}
.AnyTagClassName
{
color: #B5D860;
}
</style>
background-color css
<style>
a { background-color: #B5D860; }
a { background-color: rgb(181,216,96); }
div.DivClassName
{
background-color: #B5D860;
}
.BgClassName
{
background-color: #B5D860;
}
</style>
border-color css
<style>
span { border-color: #B5D860; }
span { border-color: rgb(181,216,96); }
td.TdClassName
{
border-color: #B5D860;
}
.TagClassName
{
border-color: #B5D860;
}
</style>