Shades of Wild Willow #ADCB6A
Tints of Wild Willow #ADCB6A
RGB
CMYK
RGB Variations
Color information
#ADCB6A (or 0xADCB6A) is known color: Wild Willow. HEX triplet: AD, CB and 6A. RGB value is (173,203,106). Sum of RGB (Red+Green+Blue) = 173+203+106=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB6A is #523495. Grayscale: #B7B7B7. Windows color (decimal): -5387414 or 6998957. OLE color: 6998957.
HSL color Cylindrical-coordinate representation of color #ADCB6A: hue angle of 78.56º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADCB6A is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 106 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.20 |
| HSL | 78.56º | 0.48% | 0.61% | - |
| HSV(B) | 78.56º | 0.48% | 0.8% | - |
| XYZ | 41.19 | 52.64 | 21.62 | - |
| YUV | 182.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 106 | 0.15 | 0 | 0.48 | 0.20 | 78.56 | 0.48 | 0.61 |
| Hex | AD | CB | 6A | F | 0 | 30 | 14 | 4F | 30 | 3D |
| Octal | 255 | 313 | 152 | 17 | 0 | 60 | 24 | 117 | 60 | 75 |
| Binary | 10101101 | 11001011 | 1101010 | 1111 | 0 | 110000 | 10100 | 1001111 | 110000 | 111101 |
Color Harmonies of #ADCB6A
Complementary color
Monochromatic Colors of #ADCB6A
Black with #ADCB6A
Text Example
Text Example
White with #ADCB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB6A; }
p { color: rgb(173,203,106); }
H1.HeaderClassName
{
color: #ADCB6A;
}
.AnyTagClassName
{
color: #ADCB6A;
}
</style>
background-color css
<style>
a { background-color: #ADCB6A; }
a { background-color: rgb(173,203,106); }
div.DivClassName
{
background-color: #ADCB6A;
}
.BgClassName
{
background-color: #ADCB6A;
}
</style>
border-color css
<style>
span { border-color: #ADCB6A; }
span { border-color: rgb(173,203,106); }
td.TdClassName
{
border-color: #ADCB6A;
}
.TagClassName
{
border-color: #ADCB6A;
}
</style>