Shades of Conifer #B4D96B
Tints of Conifer #B4D96B
RGB
CMYK
RGB Variations
Color information
#B4D96B (or 0xB4D96B) is known color: Conifer. HEX triplet: B4, D9 and 6B. RGB value is (180,217,107). Sum of RGB (Red+Green+Blue) = 180+217+107=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D96B is #4B2694. Grayscale: #C1C1C1. Windows color (decimal): -4925077 or 7068084. OLE color: 7068084.
HSL color Cylindrical-coordinate representation of color #B4D96B: hue angle of 80.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4D96B is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 107 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.15 |
| HSL | 80.18º | 0.59% | 0.64% | - |
| HSV(B) | 80.18º | 0.51% | 0.85% | - |
| XYZ | 46.29 | 60.39 | 23.13 | - |
| YUV | 193.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 107 | 0.17 | 0 | 0.51 | 0.15 | 80.18 | 0.59 | 0.64 |
| Hex | B4 | D9 | 6B | 11 | 0 | 33 | F | 50 | 3B | 40 |
| Octal | 264 | 331 | 153 | 21 | 0 | 63 | 17 | 120 | 73 | 100 |
| Binary | 10110100 | 11011001 | 1101011 | 10001 | 0 | 110011 | 1111 | 1010000 | 111011 | 1000000 |
Color Harmonies of #B4D96B
Complementary color
Monochromatic Colors of #B4D96B
Black with #B4D96B
Text Example
Text Example
White with #B4D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D96B; }
p { color: rgb(180,217,107); }
H1.HeaderClassName
{
color: #B4D96B;
}
.AnyTagClassName
{
color: #B4D96B;
}
</style>
background-color css
<style>
a { background-color: #B4D96B; }
a { background-color: rgb(180,217,107); }
div.DivClassName
{
background-color: #B4D96B;
}
.BgClassName
{
background-color: #B4D96B;
}
</style>
border-color css
<style>
span { border-color: #B4D96B; }
span { border-color: rgb(180,217,107); }
td.TdClassName
{
border-color: #B4D96B;
}
.TagClassName
{
border-color: #B4D96B;
}
</style>