Shades of Wild Willow #ADC963
Tints of Wild Willow #ADC963
RGB
CMYK
RGB Variations
Color information
#ADC963 (or 0xADC963) is known color: Wild Willow. HEX triplet: AD, C9 and 63. RGB value is (173,201,99). Sum of RGB (Red+Green+Blue) = 173+201+99=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC963 is #52369C. Grayscale: #B5B5B5. Windows color (decimal): -5387933 or 6539693. OLE color: 6539693.
HSL color Cylindrical-coordinate representation of color #ADC963: hue angle of 76.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADC963 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 99 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.21 |
| HSL | 76.47º | 0.49% | 0.59% | - |
| HSV(B) | 76.47º | 0.51% | 0.79% | - |
| XYZ | 40.37 | 51.56 | 19.63 | - |
| YUV | 181 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 99 | 0.14 | 0 | 0.51 | 0.21 | 76.47 | 0.49 | 0.59 |
| Hex | AD | C9 | 63 | E | 0 | 33 | 15 | 4C | 31 | 3B |
| Octal | 255 | 311 | 143 | 16 | 0 | 63 | 25 | 114 | 61 | 73 |
| Binary | 10101101 | 11001001 | 1100011 | 1110 | 0 | 110011 | 10101 | 1001100 | 110001 | 111011 |
Color Harmonies of #ADC963
Complementary color
Monochromatic Colors of #ADC963
Black with #ADC963
Text Example
Text Example
White with #ADC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC963; }
p { color: rgb(173,201,99); }
H1.HeaderClassName
{
color: #ADC963;
}
.AnyTagClassName
{
color: #ADC963;
}
</style>
background-color css
<style>
a { background-color: #ADC963; }
a { background-color: rgb(173,201,99); }
div.DivClassName
{
background-color: #ADC963;
}
.BgClassName
{
background-color: #ADC963;
}
</style>
border-color css
<style>
span { border-color: #ADC963; }
span { border-color: rgb(173,201,99); }
td.TdClassName
{
border-color: #ADC963;
}
.TagClassName
{
border-color: #ADC963;
}
</style>