Shades of Conifer #B4D96D
Tints of Conifer #B4D96D
RGB
CMYK
RGB Variations
Color information
#B4D96D (or 0xB4D96D) is known color: Conifer. HEX triplet: B4, D9 and 6D. RGB value is (180,217,109). Sum of RGB (Red+Green+Blue) = 180+217+109=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D96D is #4B2692. Grayscale: #C2C2C2. Windows color (decimal): -4925075 or 7199156. OLE color: 7199156.
HSL color Cylindrical-coordinate representation of color #B4D96D: hue angle of 80.56º 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 #B4D96D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 109 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.15 |
| HSL | 80.56º | 0.59% | 0.64% | - |
| HSV(B) | 80.56º | 0.5% | 0.85% | - |
| XYZ | 46.4 | 60.43 | 23.69 | - |
| YUV | 193.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 109 | 0.17 | 0 | 0.50 | 0.15 | 80.56 | 0.59 | 0.64 |
| Hex | B4 | D9 | 6D | 11 | 0 | 32 | F | 51 | 3B | 40 |
| Octal | 264 | 331 | 155 | 21 | 0 | 62 | 17 | 121 | 73 | 100 |
| Binary | 10110100 | 11011001 | 1101101 | 10001 | 0 | 110010 | 1111 | 1010001 | 111011 | 1000000 |
Color Harmonies of #B4D96D
Complementary color
Monochromatic Colors of #B4D96D
Black with #B4D96D
Text Example
Text Example
White with #B4D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D96D; }
p { color: rgb(180,217,109); }
H1.HeaderClassName
{
color: #B4D96D;
}
.AnyTagClassName
{
color: #B4D96D;
}
</style>
background-color css
<style>
a { background-color: #B4D96D; }
a { background-color: rgb(180,217,109); }
div.DivClassName
{
background-color: #B4D96D;
}
.BgClassName
{
background-color: #B4D96D;
}
</style>
border-color css
<style>
span { border-color: #B4D96D; }
span { border-color: rgb(180,217,109); }
td.TdClassName
{
border-color: #B4D96D;
}
.TagClassName
{
border-color: #B4D96D;
}
</style>