Shades of Wild Willow #ACC962
Tints of Wild Willow #ACC962
RGB
CMYK
RGB Variations
Color information
#ACC962 (or 0xACC962) is known color: Wild Willow. HEX triplet: AC, C9 and 62. RGB value is (172,201,98). Sum of RGB (Red+Green+Blue) = 172+201+98=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC962 is #53369D. Grayscale: #B4B4B4. Windows color (decimal): -5453470 or 6474156. OLE color: 6474156.
HSL color Cylindrical-coordinate representation of color #ACC962: hue angle of 76.89º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACC962 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 98 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.21 |
| HSL | 76.89º | 0.49% | 0.59% | - |
| HSV(B) | 76.89º | 0.51% | 0.79% | - |
| XYZ | 40.1 | 51.43 | 19.37 | - |
| YUV | 180.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 98 | 0.14 | 0 | 0.51 | 0.21 | 76.89 | 0.49 | 0.59 |
| Hex | AC | C9 | 62 | E | 0 | 33 | 15 | 4D | 31 | 3B |
| Octal | 254 | 311 | 142 | 16 | 0 | 63 | 25 | 115 | 61 | 73 |
| Binary | 10101100 | 11001001 | 1100010 | 1110 | 0 | 110011 | 10101 | 1001101 | 110001 | 111011 |
Color Harmonies of #ACC962
Complementary color
Monochromatic Colors of #ACC962
Black with #ACC962
Text Example
Text Example
White with #ACC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC962; }
p { color: rgb(172,201,98); }
H1.HeaderClassName
{
color: #ACC962;
}
.AnyTagClassName
{
color: #ACC962;
}
</style>
background-color css
<style>
a { background-color: #ACC962; }
a { background-color: rgb(172,201,98); }
div.DivClassName
{
background-color: #ACC962;
}
.BgClassName
{
background-color: #ACC962;
}
</style>
border-color css
<style>
span { border-color: #ACC962; }
span { border-color: rgb(172,201,98); }
td.TdClassName
{
border-color: #ACC962;
}
.TagClassName
{
border-color: #ACC962;
}
</style>