Shades of Wild Willow #ACC067
Tints of Wild Willow #ACC067
RGB
CMYK
RGB Variations
Color information
#ACC067 (or 0xACC067) is known color: Wild Willow. HEX triplet: AC, C0 and 67. RGB value is (172,192,103). Sum of RGB (Red+Green+Blue) = 172+192+103=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC067 is #533F98. Grayscale: #B0B0B0. Windows color (decimal): -5455769 or 6799532. OLE color: 6799532.
HSL color Cylindrical-coordinate representation of color #ACC067: hue angle of 73.48º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC067 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 103 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.25 |
| HSL | 73.48º | 0.41% | 0.58% | - |
| HSV(B) | 73.48º | 0.46% | 0.75% | - |
| XYZ | 38.31 | 47.45 | 19.97 | - |
| YUV | 175.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 103 | 0.10 | 0 | 0.46 | 0.25 | 73.48 | 0.41 | 0.58 |
| Hex | AC | C0 | 67 | A | 0 | 2E | 19 | 49 | 29 | 3A |
| Octal | 254 | 300 | 147 | 12 | 0 | 56 | 31 | 111 | 51 | 72 |
| Binary | 10101100 | 11000000 | 1100111 | 1010 | 0 | 101110 | 11001 | 1001001 | 101001 | 111010 |
Color Harmonies of #ACC067
Complementary color
Monochromatic Colors of #ACC067
Black with #ACC067
Text Example
Text Example
White with #ACC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC067; }
p { color: rgb(172,192,103); }
H1.HeaderClassName
{
color: #ACC067;
}
.AnyTagClassName
{
color: #ACC067;
}
</style>
background-color css
<style>
a { background-color: #ACC067; }
a { background-color: rgb(172,192,103); }
div.DivClassName
{
background-color: #ACC067;
}
.BgClassName
{
background-color: #ACC067;
}
</style>
border-color css
<style>
span { border-color: #ACC067; }
span { border-color: rgb(172,192,103); }
td.TdClassName
{
border-color: #ACC067;
}
.TagClassName
{
border-color: #ACC067;
}
</style>