Shades of Wild Willow #C4D966
Tints of Wild Willow #C4D966
RGB
CMYK
RGB Variations
Color information
#C4D966 (or 0xC4D966) is known color: Wild Willow. HEX triplet: C4, D9 and 66. RGB value is (196,217,102). Sum of RGB (Red+Green+Blue) = 196+217+102=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D966 is #3B2699. Grayscale: #C6C6C6. Windows color (decimal): -3876506 or 6740420. OLE color: 6740420.
HSL color Cylindrical-coordinate representation of color #C4D966: hue angle of 70.96º 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 #C4D966 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 217 | 102 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.15 |
| HSL | 70.96º | 0.6% | 0.63% | - |
| HSV(B) | 70.96º | 0.53% | 0.85% | - |
| XYZ | 49.98 | 62.32 | 21.97 | - |
| YUV | 197.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 217 | 102 | 0.10 | 0 | 0.53 | 0.15 | 70.96 | 0.6 | 0.63 |
| Hex | C4 | D9 | 66 | A | 0 | 35 | F | 47 | 3C | 3F |
| Octal | 304 | 331 | 146 | 12 | 0 | 65 | 17 | 107 | 74 | 77 |
| Binary | 11000100 | 11011001 | 1100110 | 1010 | 0 | 110101 | 1111 | 1000111 | 111100 | 111111 |
Color Harmonies of #C4D966
Complementary color
Monochromatic Colors of #C4D966
Black with #C4D966
Text Example
Text Example
White with #C4D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D966; }
p { color: rgb(196,217,102); }
H1.HeaderClassName
{
color: #C4D966;
}
.AnyTagClassName
{
color: #C4D966;
}
</style>
background-color css
<style>
a { background-color: #C4D966; }
a { background-color: rgb(196,217,102); }
div.DivClassName
{
background-color: #C4D966;
}
.BgClassName
{
background-color: #C4D966;
}
</style>
border-color css
<style>
span { border-color: #C4D966; }
span { border-color: rgb(196,217,102); }
td.TdClassName
{
border-color: #C4D966;
}
.TagClassName
{
border-color: #C4D966;
}
</style>