Shades of Wild Willow #ADC85B
Tints of Wild Willow #ADC85B
RGB
CMYK
RGB Variations
Color information
#ADC85B (or 0xADC85B) is known color: Wild Willow. HEX triplet: AD, C8 and 5B. RGB value is (173,200,91). Sum of RGB (Red+Green+Blue) = 173+200+91=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC85B is #5237A4. Grayscale: #B3B3B3. Windows color (decimal): -5388197 or 6015149. OLE color: 6015149.
HSL color Cylindrical-coordinate representation of color #ADC85B: hue angle of 74.86º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADC85B is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 91 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.22 |
| HSL | 74.86º | 0.5% | 0.57% | - |
| HSV(B) | 74.86º | 0.55% | 0.78% | - |
| XYZ | 39.78 | 50.95 | 17.64 | - |
| YUV | 179.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 91 | 0.14 | 0 | 0.54 | 0.22 | 74.86 | 0.5 | 0.57 |
| Hex | AD | C8 | 5B | E | 0 | 36 | 16 | 4B | 32 | 39 |
| Octal | 255 | 310 | 133 | 16 | 0 | 66 | 26 | 113 | 62 | 71 |
| Binary | 10101101 | 11001000 | 1011011 | 1110 | 0 | 110110 | 10110 | 1001011 | 110010 | 111001 |
Color Harmonies of #ADC85B
Complementary color
Monochromatic Colors of #ADC85B
Black with #ADC85B
Text Example
Text Example
White with #ADC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC85B; }
p { color: rgb(173,200,91); }
H1.HeaderClassName
{
color: #ADC85B;
}
.AnyTagClassName
{
color: #ADC85B;
}
</style>
background-color css
<style>
a { background-color: #ADC85B; }
a { background-color: rgb(173,200,91); }
div.DivClassName
{
background-color: #ADC85B;
}
.BgClassName
{
background-color: #ADC85B;
}
</style>
border-color css
<style>
span { border-color: #ADC85B; }
span { border-color: rgb(173,200,91); }
td.TdClassName
{
border-color: #ADC85B;
}
.TagClassName
{
border-color: #ADC85B;
}
</style>