Shades of Wild Willow #ACC662
Tints of Wild Willow #ACC662
RGB
CMYK
RGB Variations
Color information
#ACC662 (or 0xACC662) is known color: Wild Willow. HEX triplet: AC, C6 and 62. RGB value is (172,198,98). Sum of RGB (Red+Green+Blue) = 172+198+98=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC662 is #53399D. Grayscale: #B3B3B3. Windows color (decimal): -5454238 or 6473388. OLE color: 6473388.
HSL color Cylindrical-coordinate representation of color #ACC662: hue angle of 75.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACC662 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 98 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.22 |
| HSL | 75.6º | 0.47% | 0.58% | - |
| HSV(B) | 75.6º | 0.51% | 0.78% | - |
| XYZ | 39.41 | 50.04 | 19.14 | - |
| YUV | 178.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 98 | 0.13 | 0 | 0.51 | 0.22 | 75.6 | 0.47 | 0.58 |
| Hex | AC | C6 | 62 | D | 0 | 33 | 16 | 4C | 2F | 3A |
| Octal | 254 | 306 | 142 | 15 | 0 | 63 | 26 | 114 | 57 | 72 |
| Binary | 10101100 | 11000110 | 1100010 | 1101 | 0 | 110011 | 10110 | 1001100 | 101111 | 111010 |
Color Harmonies of #ACC662
Complementary color
Monochromatic Colors of #ACC662
Black with #ACC662
Text Example
Text Example
White with #ACC662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC662; }
p { color: rgb(172,198,98); }
H1.HeaderClassName
{
color: #ACC662;
}
.AnyTagClassName
{
color: #ACC662;
}
</style>
background-color css
<style>
a { background-color: #ACC662; }
a { background-color: rgb(172,198,98); }
div.DivClassName
{
background-color: #ACC662;
}
.BgClassName
{
background-color: #ACC662;
}
</style>
border-color css
<style>
span { border-color: #ACC662; }
span { border-color: rgb(172,198,98); }
td.TdClassName
{
border-color: #ACC662;
}
.TagClassName
{
border-color: #ACC662;
}
</style>