Shades of Conifer #B0D856
Tints of Conifer #B0D856
RGB
CMYK
RGB Variations
Color information
#B0D856 (or 0xB0D856) is known color: Conifer. HEX triplet: B0, D8 and 56. RGB value is (176,216,86). Sum of RGB (Red+Green+Blue) = 176+216+86=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D856 is #4F27A9. Grayscale: #BDBDBD. Windows color (decimal): -5187498 or 5691568. OLE color: 5691568.
HSL color Cylindrical-coordinate representation of color #B0D856: hue angle of 78.46º 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 #B0D856 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 86 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.15 |
| HSL | 78.46º | 0.63% | 0.59% | - |
| HSV(B) | 78.46º | 0.6% | 0.85% | - |
| XYZ | 44.14 | 59.01 | 17.87 | - |
| YUV | 189.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 86 | 0.19 | 0 | 0.60 | 0.15 | 78.46 | 0.63 | 0.59 |
| Hex | B0 | D8 | 56 | 13 | 0 | 3C | F | 4E | 3E | 3B |
| Octal | 260 | 330 | 126 | 23 | 0 | 74 | 17 | 116 | 76 | 73 |
| Binary | 10110000 | 11011000 | 1010110 | 10011 | 0 | 111100 | 1111 | 1001110 | 111110 | 111011 |
Color Harmonies of #B0D856
Complementary color
Monochromatic Colors of #B0D856
Black with #B0D856
Text Example
Text Example
White with #B0D856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D856; }
p { color: rgb(176,216,86); }
H1.HeaderClassName
{
color: #B0D856;
}
.AnyTagClassName
{
color: #B0D856;
}
</style>
background-color css
<style>
a { background-color: #B0D856; }
a { background-color: rgb(176,216,86); }
div.DivClassName
{
background-color: #B0D856;
}
.BgClassName
{
background-color: #B0D856;
}
</style>
border-color css
<style>
span { border-color: #B0D856; }
span { border-color: rgb(176,216,86); }
td.TdClassName
{
border-color: #B0D856;
}
.TagClassName
{
border-color: #B0D856;
}
</style>