Shades of Wild Willow #ACC65C
Tints of Wild Willow #ACC65C
RGB
CMYK
RGB Variations
Color information
#ACC65C (or 0xACC65C) is known color: Wild Willow. HEX triplet: AC, C6 and 5C. RGB value is (172,198,92). Sum of RGB (Red+Green+Blue) = 172+198+92=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC65C is #5339A3. Grayscale: #B2B2B2. Windows color (decimal): -5454244 or 6080172. OLE color: 6080172.
HSL color Cylindrical-coordinate representation of color #ACC65C: hue angle of 74.72º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACC65C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 92 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.22 |
| HSL | 74.72º | 0.48% | 0.57% | - |
| HSV(B) | 74.72º | 0.54% | 0.78% | - |
| XYZ | 39.14 | 49.93 | 17.7 | - |
| YUV | 178.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 92 | 0.13 | 0 | 0.54 | 0.22 | 74.72 | 0.48 | 0.57 |
| Hex | AC | C6 | 5C | D | 0 | 36 | 16 | 4B | 30 | 39 |
| Octal | 254 | 306 | 134 | 15 | 0 | 66 | 26 | 113 | 60 | 71 |
| Binary | 10101100 | 11000110 | 1011100 | 1101 | 0 | 110110 | 10110 | 1001011 | 110000 | 111001 |
Color Harmonies of #ACC65C
Complementary color
Monochromatic Colors of #ACC65C
Black with #ACC65C
Text Example
Text Example
White with #ACC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC65C; }
p { color: rgb(172,198,92); }
H1.HeaderClassName
{
color: #ACC65C;
}
.AnyTagClassName
{
color: #ACC65C;
}
</style>
background-color css
<style>
a { background-color: #ACC65C; }
a { background-color: rgb(172,198,92); }
div.DivClassName
{
background-color: #ACC65C;
}
.BgClassName
{
background-color: #ACC65C;
}
</style>
border-color css
<style>
span { border-color: #ACC65C; }
span { border-color: rgb(172,198,92); }
td.TdClassName
{
border-color: #ACC65C;
}
.TagClassName
{
border-color: #ACC65C;
}
</style>