Shades of Wild Willow #ADBD65
Tints of Wild Willow #ADBD65
RGB
CMYK
RGB Variations
Color information
#ADBD65 (or 0xADBD65) is known color: Wild Willow. HEX triplet: AD, BD and 65. RGB value is (173,189,101). Sum of RGB (Red+Green+Blue) = 173+189+101=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBD65 is #52429A. Grayscale: #AEAEAE. Windows color (decimal): -5391003 or 6667693. OLE color: 6667693.
HSL color Cylindrical-coordinate representation of color #ADBD65: hue angle of 70.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADBD65 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 101 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.26 |
| HSL | 70.91º | 0.4% | 0.57% | - |
| HSV(B) | 70.91º | 0.47% | 0.74% | - |
| XYZ | 37.78 | 46.22 | 19.24 | - |
| YUV | 174.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 101 | 0.08 | 0 | 0.47 | 0.26 | 70.91 | 0.4 | 0.57 |
| Hex | AD | BD | 65 | 8 | 0 | 2F | 1A | 47 | 28 | 39 |
| Octal | 255 | 275 | 145 | 10 | 0 | 57 | 32 | 107 | 50 | 71 |
| Binary | 10101101 | 10111101 | 1100101 | 1000 | 0 | 101111 | 11010 | 1000111 | 101000 | 111001 |
Color Harmonies of #ADBD65
Complementary color
Monochromatic Colors of #ADBD65
Black with #ADBD65
Text Example
Text Example
White with #ADBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD65; }
p { color: rgb(173,189,101); }
H1.HeaderClassName
{
color: #ADBD65;
}
.AnyTagClassName
{
color: #ADBD65;
}
</style>
background-color css
<style>
a { background-color: #ADBD65; }
a { background-color: rgb(173,189,101); }
div.DivClassName
{
background-color: #ADBD65;
}
.BgClassName
{
background-color: #ADBD65;
}
</style>
border-color css
<style>
span { border-color: #ADBD65; }
span { border-color: rgb(173,189,101); }
td.TdClassName
{
border-color: #ADBD65;
}
.TagClassName
{
border-color: #ADBD65;
}
</style>