Shades of Wild Willow #ADCB62
Tints of Wild Willow #ADCB62
RGB
CMYK
RGB Variations
Color information
#ADCB62 (or 0xADCB62) is known color: Wild Willow. HEX triplet: AD, CB and 62. RGB value is (173,203,98). Sum of RGB (Red+Green+Blue) = 173+203+98=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB62 is #52349D. Grayscale: #B6B6B6. Windows color (decimal): -5387422 or 6474669. OLE color: 6474669.
HSL color Cylindrical-coordinate representation of color #ADCB62: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADCB62 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 98 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.20 |
| HSL | 77.14º | 0.5% | 0.59% | - |
| HSV(B) | 77.14º | 0.52% | 0.8% | - |
| XYZ | 40.79 | 52.48 | 19.53 | - |
| YUV | 182.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 98 | 0.15 | 0 | 0.52 | 0.20 | 77.14 | 0.5 | 0.59 |
| Hex | AD | CB | 62 | F | 0 | 34 | 14 | 4D | 32 | 3B |
| Octal | 255 | 313 | 142 | 17 | 0 | 64 | 24 | 115 | 62 | 73 |
| Binary | 10101101 | 11001011 | 1100010 | 1111 | 0 | 110100 | 10100 | 1001101 | 110010 | 111011 |
Color Harmonies of #ADCB62
Complementary color
Monochromatic Colors of #ADCB62
Black with #ADCB62
Text Example
Text Example
White with #ADCB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB62; }
p { color: rgb(173,203,98); }
H1.HeaderClassName
{
color: #ADCB62;
}
.AnyTagClassName
{
color: #ADCB62;
}
</style>
background-color css
<style>
a { background-color: #ADCB62; }
a { background-color: rgb(173,203,98); }
div.DivClassName
{
background-color: #ADCB62;
}
.BgClassName
{
background-color: #ADCB62;
}
</style>
border-color css
<style>
span { border-color: #ADCB62; }
span { border-color: rgb(173,203,98); }
td.TdClassName
{
border-color: #ADCB62;
}
.TagClassName
{
border-color: #ADCB62;
}
</style>