Shades of Wild Willow #ADCB63
Tints of Wild Willow #ADCB63
RGB
CMYK
RGB Variations
Color information
#ADCB63 (or 0xADCB63) is known color: Wild Willow. HEX triplet: AD, CB and 63. RGB value is (173,203,99). Sum of RGB (Red+Green+Blue) = 173+203+99=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB63 is #52349C. Grayscale: #B6B6B6. Windows color (decimal): -5387421 or 6540205. OLE color: 6540205.
HSL color Cylindrical-coordinate representation of color #ADCB63: hue angle of 77.31º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADCB63 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 99 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.20 |
| HSL | 77.31º | 0.5% | 0.59% | - |
| HSV(B) | 77.31º | 0.51% | 0.8% | - |
| XYZ | 40.84 | 52.5 | 19.78 | - |
| YUV | 182.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 99 | 0.15 | 0 | 0.51 | 0.20 | 77.31 | 0.5 | 0.59 |
| Hex | AD | CB | 63 | F | 0 | 33 | 14 | 4D | 32 | 3B |
| Octal | 255 | 313 | 143 | 17 | 0 | 63 | 24 | 115 | 62 | 73 |
| Binary | 10101101 | 11001011 | 1100011 | 1111 | 0 | 110011 | 10100 | 1001101 | 110010 | 111011 |
Color Harmonies of #ADCB63
Complementary color
Monochromatic Colors of #ADCB63
Black with #ADCB63
Text Example
Text Example
White with #ADCB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB63; }
p { color: rgb(173,203,99); }
H1.HeaderClassName
{
color: #ADCB63;
}
.AnyTagClassName
{
color: #ADCB63;
}
</style>
background-color css
<style>
a { background-color: #ADCB63; }
a { background-color: rgb(173,203,99); }
div.DivClassName
{
background-color: #ADCB63;
}
.BgClassName
{
background-color: #ADCB63;
}
</style>
border-color css
<style>
span { border-color: #ADCB63; }
span { border-color: rgb(173,203,99); }
td.TdClassName
{
border-color: #ADCB63;
}
.TagClassName
{
border-color: #ADCB63;
}
</style>