Shades of Conifer #B5D96C
Tints of Conifer #B5D96C
RGB
CMYK
RGB Variations
Color information
#B5D96C (or 0xB5D96C) is known color: Conifer. HEX triplet: B5, D9 and 6C. RGB value is (181,217,108). Sum of RGB (Red+Green+Blue) = 181+217+108=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D96C is #4A2693. Grayscale: #C2C2C2. Windows color (decimal): -4859540 or 7133621. OLE color: 7133621.
HSL color Cylindrical-coordinate representation of color #B5D96C: hue angle of 79.82º degrees, saturation: 0.59, 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 #B5D96C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 108 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.15 |
| HSL | 79.82º | 0.59% | 0.64% | - |
| HSV(B) | 79.82º | 0.5% | 0.85% | - |
| XYZ | 46.58 | 60.53 | 23.42 | - |
| YUV | 193.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 108 | 0.17 | 0 | 0.50 | 0.15 | 79.82 | 0.59 | 0.64 |
| Hex | B5 | D9 | 6C | 11 | 0 | 32 | F | 50 | 3B | 40 |
| Octal | 265 | 331 | 154 | 21 | 0 | 62 | 17 | 120 | 73 | 100 |
| Binary | 10110101 | 11011001 | 1101100 | 10001 | 0 | 110010 | 1111 | 1010000 | 111011 | 1000000 |
Color Harmonies of #B5D96C
Complementary color
Monochromatic Colors of #B5D96C
Black with #B5D96C
Text Example
Text Example
White with #B5D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D96C; }
p { color: rgb(181,217,108); }
H1.HeaderClassName
{
color: #B5D96C;
}
.AnyTagClassName
{
color: #B5D96C;
}
</style>
background-color css
<style>
a { background-color: #B5D96C; }
a { background-color: rgb(181,217,108); }
div.DivClassName
{
background-color: #B5D96C;
}
.BgClassName
{
background-color: #B5D96C;
}
</style>
border-color css
<style>
span { border-color: #B5D96C; }
span { border-color: rgb(181,217,108); }
td.TdClassName
{
border-color: #B5D96C;
}
.TagClassName
{
border-color: #B5D96C;
}
</style>