Shades of Conifer #B4D966
Tints of Conifer #B4D966
RGB
CMYK
RGB Variations
Color information
#B4D966 (or 0xB4D966) is known color: Conifer. HEX triplet: B4, D9 and 66. RGB value is (180,217,102). Sum of RGB (Red+Green+Blue) = 180+217+102=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D966 is #4B2699. Grayscale: #C1C1C1. Windows color (decimal): -4925082 or 6740404. OLE color: 6740404.
HSL color Cylindrical-coordinate representation of color #B4D966: hue angle of 79.3º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4D966 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 102 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.15 |
| HSL | 79.3º | 0.6% | 0.63% | - |
| HSV(B) | 79.3º | 0.53% | 0.85% | - |
| XYZ | 46.03 | 60.29 | 21.78 | - |
| YUV | 192.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 102 | 0.17 | 0 | 0.53 | 0.15 | 79.3 | 0.6 | 0.63 |
| Hex | B4 | D9 | 66 | 11 | 0 | 35 | F | 4F | 3C | 3F |
| Octal | 264 | 331 | 146 | 21 | 0 | 65 | 17 | 117 | 74 | 77 |
| Binary | 10110100 | 11011001 | 1100110 | 10001 | 0 | 110101 | 1111 | 1001111 | 111100 | 111111 |
Color Harmonies of #B4D966
Complementary color
Monochromatic Colors of #B4D966
Black with #B4D966
Text Example
Text Example
White with #B4D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D966; }
p { color: rgb(180,217,102); }
H1.HeaderClassName
{
color: #B4D966;
}
.AnyTagClassName
{
color: #B4D966;
}
</style>
background-color css
<style>
a { background-color: #B4D966; }
a { background-color: rgb(180,217,102); }
div.DivClassName
{
background-color: #B4D966;
}
.BgClassName
{
background-color: #B4D966;
}
</style>
border-color css
<style>
span { border-color: #B4D966; }
span { border-color: rgb(180,217,102); }
td.TdClassName
{
border-color: #B4D966;
}
.TagClassName
{
border-color: #B4D966;
}
</style>