Shades of Conifer #B4D96E
Tints of Conifer #B4D96E
RGB
CMYK
RGB Variations
Color information
#B4D96E (or 0xB4D96E) is known color: Conifer. HEX triplet: B4, D9 and 6E. RGB value is (180,217,110). Sum of RGB (Red+Green+Blue) = 180+217+110=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D96E is #4B2691. Grayscale: #C2C2C2. Windows color (decimal): -4925074 or 7264692. OLE color: 7264692.
HSL color Cylindrical-coordinate representation of color #B4D96E: hue angle of 80.75º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4D96E is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 110 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.15 |
| HSL | 80.75º | 0.58% | 0.64% | - |
| HSV(B) | 80.75º | 0.49% | 0.85% | - |
| XYZ | 46.45 | 60.45 | 23.97 | - |
| YUV | 193.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 110 | 0.17 | 0 | 0.49 | 0.15 | 80.75 | 0.58 | 0.64 |
| Hex | B4 | D9 | 6E | 11 | 0 | 31 | F | 51 | 3A | 40 |
| Octal | 264 | 331 | 156 | 21 | 0 | 61 | 17 | 121 | 72 | 100 |
| Binary | 10110100 | 11011001 | 1101110 | 10001 | 0 | 110001 | 1111 | 1010001 | 111010 | 1000000 |
Color Harmonies of #B4D96E
Complementary color
Monochromatic Colors of #B4D96E
Black with #B4D96E
Text Example
Text Example
White with #B4D96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D96E; }
p { color: rgb(180,217,110); }
H1.HeaderClassName
{
color: #B4D96E;
}
.AnyTagClassName
{
color: #B4D96E;
}
</style>
background-color css
<style>
a { background-color: #B4D96E; }
a { background-color: rgb(180,217,110); }
div.DivClassName
{
background-color: #B4D96E;
}
.BgClassName
{
background-color: #B4D96E;
}
</style>
border-color css
<style>
span { border-color: #B4D96E; }
span { border-color: rgb(180,217,110); }
td.TdClassName
{
border-color: #B4D96E;
}
.TagClassName
{
border-color: #B4D96E;
}
</style>