Shades of Conifer #B5D86C
Tints of Conifer #B5D86C
RGB
CMYK
RGB Variations
Color information
#B5D86C (or 0xB5D86C) is known color: Conifer. HEX triplet: B5, D8 and 6C. RGB value is (181,216,108). Sum of RGB (Red+Green+Blue) = 181+216+108=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D86C is #4A2793. Grayscale: #C1C1C1. Windows color (decimal): -4859796 or 7133365. OLE color: 7133365.
HSL color Cylindrical-coordinate representation of color #B5D86C: hue angle of 79.44º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5D86C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 108 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.15 |
| HSL | 79.44º | 0.58% | 0.64% | - |
| HSV(B) | 79.44º | 0.5% | 0.85% | - |
| XYZ | 46.32 | 60.02 | 23.33 | - |
| YUV | 193.22 | 79.9 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 108 | 0.16 | 0 | 0.50 | 0.15 | 79.44 | 0.58 | 0.64 |
| Hex | B5 | D8 | 6C | 10 | 0 | 32 | F | 4F | 3A | 40 |
| Octal | 265 | 330 | 154 | 20 | 0 | 62 | 17 | 117 | 72 | 100 |
| Binary | 10110101 | 11011000 | 1101100 | 10000 | 0 | 110010 | 1111 | 1001111 | 111010 | 1000000 |
Color Harmonies of #B5D86C
Complementary color
Monochromatic Colors of #B5D86C
Black with #B5D86C
Text Example
Text Example
White with #B5D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D86C; }
p { color: rgb(181,216,108); }
H1.HeaderClassName
{
color: #B5D86C;
}
.AnyTagClassName
{
color: #B5D86C;
}
</style>
background-color css
<style>
a { background-color: #B5D86C; }
a { background-color: rgb(181,216,108); }
div.DivClassName
{
background-color: #B5D86C;
}
.BgClassName
{
background-color: #B5D86C;
}
</style>
border-color css
<style>
span { border-color: #B5D86C; }
span { border-color: rgb(181,216,108); }
td.TdClassName
{
border-color: #B5D86C;
}
.TagClassName
{
border-color: #B5D86C;
}
</style>