Shades of Wild Willow #ACCC68
Tints of Wild Willow #ACCC68
RGB
CMYK
RGB Variations
Color information
#ACCC68 (or 0xACCC68) is known color: Wild Willow. HEX triplet: AC, CC and 68. RGB value is (172,204,104). Sum of RGB (Red+Green+Blue) = 172+204+104=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCC68 is #533397. Grayscale: #B7B7B7. Windows color (decimal): -5452696 or 6868140. OLE color: 6868140.
HSL color Cylindrical-coordinate representation of color #ACCC68: hue angle of 79.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACCC68 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 104 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.2 |
| HSL | 79.2º | 0.5% | 0.6% | - |
| HSV(B) | 79.2º | 0.49% | 0.8% | - |
| XYZ | 41.1 | 52.96 | 21.15 | - |
| YUV | 183.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 104 | 0.16 | 0 | 0.49 | 0.2 | 79.2 | 0.5 | 0.6 |
| Hex | AC | CC | 68 | 10 | 0 | 31 | 14 | 4F | 32 | 3C |
| Octal | 254 | 314 | 150 | 20 | 0 | 61 | 24 | 117 | 62 | 74 |
| Binary | 10101100 | 11001100 | 1101000 | 10000 | 0 | 110001 | 10100 | 1001111 | 110010 | 111100 |
Color Harmonies of #ACCC68
Complementary color
Monochromatic Colors of #ACCC68
Black with #ACCC68
Text Example
Text Example
White with #ACCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC68; }
p { color: rgb(172,204,104); }
H1.HeaderClassName
{
color: #ACCC68;
}
.AnyTagClassName
{
color: #ACCC68;
}
</style>
background-color css
<style>
a { background-color: #ACCC68; }
a { background-color: rgb(172,204,104); }
div.DivClassName
{
background-color: #ACCC68;
}
.BgClassName
{
background-color: #ACCC68;
}
</style>
border-color css
<style>
span { border-color: #ACCC68; }
span { border-color: rgb(172,204,104); }
td.TdClassName
{
border-color: #ACCC68;
}
.TagClassName
{
border-color: #ACCC68;
}
</style>