Shades of Wild Willow #ADBC68
Tints of Wild Willow #ADBC68
RGB
CMYK
RGB Variations
Color information
#ADBC68 (or 0xADBC68) is known color: Wild Willow. HEX triplet: AD, BC and 68. RGB value is (173,188,104). Sum of RGB (Red+Green+Blue) = 173+188+104=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC68 is #524397. Grayscale: #AEAEAE. Windows color (decimal): -5391256 or 6864045. OLE color: 6864045.
HSL color Cylindrical-coordinate representation of color #ADBC68: hue angle of 70.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADBC68 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 104 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.26 |
| HSL | 70.71º | 0.39% | 0.57% | - |
| HSV(B) | 70.71º | 0.45% | 0.74% | - |
| XYZ | 37.72 | 45.85 | 19.96 | - |
| YUV | 173.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 104 | 0.08 | 0 | 0.45 | 0.26 | 70.71 | 0.39 | 0.57 |
| Hex | AD | BC | 68 | 8 | 0 | 2D | 1A | 47 | 27 | 39 |
| Octal | 255 | 274 | 150 | 10 | 0 | 55 | 32 | 107 | 47 | 71 |
| Binary | 10101101 | 10111100 | 1101000 | 1000 | 0 | 101101 | 11010 | 1000111 | 100111 | 111001 |
Color Harmonies of #ADBC68
Complementary color
Monochromatic Colors of #ADBC68
Black with #ADBC68
Text Example
Text Example
White with #ADBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC68; }
p { color: rgb(173,188,104); }
H1.HeaderClassName
{
color: #ADBC68;
}
.AnyTagClassName
{
color: #ADBC68;
}
</style>
background-color css
<style>
a { background-color: #ADBC68; }
a { background-color: rgb(173,188,104); }
div.DivClassName
{
background-color: #ADBC68;
}
.BgClassName
{
background-color: #ADBC68;
}
</style>
border-color css
<style>
span { border-color: #ADBC68; }
span { border-color: rgb(173,188,104); }
td.TdClassName
{
border-color: #ADBC68;
}
.TagClassName
{
border-color: #ADBC68;
}
</style>