Shades of Wild Willow #ADCB60
Tints of Wild Willow #ADCB60
RGB
CMYK
RGB Variations
Color information
#ADCB60 (or 0xADCB60) is known color: Wild Willow. HEX triplet: AD, CB and 60. RGB value is (173,203,96). Sum of RGB (Red+Green+Blue) = 173+203+96=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB60 is #52349F. Grayscale: #B6B6B6. Windows color (decimal): -5387424 or 6343597. OLE color: 6343597.
HSL color Cylindrical-coordinate representation of color #ADCB60: hue angle of 76.82º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADCB60 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 96 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.20 |
| HSL | 76.82º | 0.51% | 0.59% | - |
| HSV(B) | 76.82º | 0.53% | 0.8% | - |
| XYZ | 40.7 | 52.44 | 19.04 | - |
| YUV | 181.83 | 79.56 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 96 | 0.15 | 0 | 0.53 | 0.20 | 76.82 | 0.51 | 0.59 |
| Hex | AD | CB | 60 | F | 0 | 35 | 14 | 4D | 33 | 3B |
| Octal | 255 | 313 | 140 | 17 | 0 | 65 | 24 | 115 | 63 | 73 |
| Binary | 10101101 | 11001011 | 1100000 | 1111 | 0 | 110101 | 10100 | 1001101 | 110011 | 111011 |
Color Harmonies of #ADCB60
Complementary color
Monochromatic Colors of #ADCB60
Black with #ADCB60
Text Example
Text Example
White with #ADCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB60; }
p { color: rgb(173,203,96); }
H1.HeaderClassName
{
color: #ADCB60;
}
.AnyTagClassName
{
color: #ADCB60;
}
</style>
background-color css
<style>
a { background-color: #ADCB60; }
a { background-color: rgb(173,203,96); }
div.DivClassName
{
background-color: #ADCB60;
}
.BgClassName
{
background-color: #ADCB60;
}
</style>
border-color css
<style>
span { border-color: #ADCB60; }
span { border-color: rgb(173,203,96); }
td.TdClassName
{
border-color: #ADCB60;
}
.TagClassName
{
border-color: #ADCB60;
}
</style>