Shades of Conifer #B5D96D
Tints of Conifer #B5D96D
RGB
CMYK
RGB Variations
Color information
#B5D96D (or 0xB5D96D) is known color: Conifer. HEX triplet: B5, D9 and 6D. RGB value is (181,217,109). Sum of RGB (Red+Green+Blue) = 181+217+109=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D96D is #4A2692. Grayscale: #C2C2C2. Windows color (decimal): -4859539 or 7199157. OLE color: 7199157.
HSL color Cylindrical-coordinate representation of color #B5D96D: hue angle of 80º 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 #B5D96D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 109 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.15 |
| HSL | 80º | 0.59% | 0.64% | - |
| HSV(B) | 80º | 0.5% | 0.85% | - |
| XYZ | 46.63 | 60.55 | 23.7 | - |
| YUV | 193.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 109 | 0.17 | 0 | 0.50 | 0.15 | 80 | 0.59 | 0.64 |
| Hex | B5 | D9 | 6D | 11 | 0 | 32 | F | 50 | 3B | 40 |
| Octal | 265 | 331 | 155 | 21 | 0 | 62 | 17 | 120 | 73 | 100 |
| Binary | 10110101 | 11011001 | 1101101 | 10001 | 0 | 110010 | 1111 | 1010000 | 111011 | 1000000 |
Color Harmonies of #B5D96D
Complementary color
Monochromatic Colors of #B5D96D
Black with #B5D96D
Text Example
Text Example
White with #B5D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D96D; }
p { color: rgb(181,217,109); }
H1.HeaderClassName
{
color: #B5D96D;
}
.AnyTagClassName
{
color: #B5D96D;
}
</style>
background-color css
<style>
a { background-color: #B5D96D; }
a { background-color: rgb(181,217,109); }
div.DivClassName
{
background-color: #B5D96D;
}
.BgClassName
{
background-color: #B5D96D;
}
</style>
border-color css
<style>
span { border-color: #B5D96D; }
span { border-color: rgb(181,217,109); }
td.TdClassName
{
border-color: #B5D96D;
}
.TagClassName
{
border-color: #B5D96D;
}
</style>