Shades of Wild Willow #ADC966
Tints of Wild Willow #ADC966
RGB
CMYK
RGB Variations
Color information
#ADC966 (or 0xADC966) is known color: Wild Willow. HEX triplet: AD, C9 and 66. RGB value is (173,201,102). Sum of RGB (Red+Green+Blue) = 173+201+102=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC966 is #523699. Grayscale: #B5B5B5. Windows color (decimal): -5387930 or 6736301. OLE color: 6736301.
HSL color Cylindrical-coordinate representation of color #ADC966: hue angle of 76.97º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC966 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 102 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.21 |
| HSL | 76.97º | 0.48% | 0.59% | - |
| HSV(B) | 76.97º | 0.49% | 0.79% | - |
| XYZ | 40.52 | 51.62 | 20.4 | - |
| YUV | 181.34 | 83.22 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 102 | 0.14 | 0 | 0.49 | 0.21 | 76.97 | 0.48 | 0.59 |
| Hex | AD | C9 | 66 | E | 0 | 31 | 15 | 4D | 30 | 3B |
| Octal | 255 | 311 | 146 | 16 | 0 | 61 | 25 | 115 | 60 | 73 |
| Binary | 10101101 | 11001001 | 1100110 | 1110 | 0 | 110001 | 10101 | 1001101 | 110000 | 111011 |
Color Harmonies of #ADC966
Complementary color
Monochromatic Colors of #ADC966
Black with #ADC966
Text Example
Text Example
White with #ADC966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC966; }
p { color: rgb(173,201,102); }
H1.HeaderClassName
{
color: #ADC966;
}
.AnyTagClassName
{
color: #ADC966;
}
</style>
background-color css
<style>
a { background-color: #ADC966; }
a { background-color: rgb(173,201,102); }
div.DivClassName
{
background-color: #ADC966;
}
.BgClassName
{
background-color: #ADC966;
}
</style>
border-color css
<style>
span { border-color: #ADC966; }
span { border-color: rgb(173,201,102); }
td.TdClassName
{
border-color: #ADC966;
}
.TagClassName
{
border-color: #ADC966;
}
</style>