Shades of Wild Willow #ACBC68
Tints of Wild Willow #ACBC68
RGB
CMYK
RGB Variations
Color information
#ACBC68 (or 0xACBC68) is known color: Wild Willow. HEX triplet: AC, BC and 68. RGB value is (172,188,104). Sum of RGB (Red+Green+Blue) = 172+188+104=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC68 is #534397. Grayscale: #ADADAD. Windows color (decimal): -5456792 or 6864044. OLE color: 6864044.
HSL color Cylindrical-coordinate representation of color #ACBC68: hue angle of 71.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACBC68 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 104 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.26 |
| HSL | 71.43º | 0.39% | 0.57% | - |
| HSV(B) | 71.43º | 0.45% | 0.74% | - |
| XYZ | 37.5 | 45.74 | 19.95 | - |
| YUV | 173.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 104 | 0.09 | 0 | 0.45 | 0.26 | 71.43 | 0.39 | 0.57 |
| Hex | AC | BC | 68 | 9 | 0 | 2D | 1A | 47 | 27 | 39 |
| Octal | 254 | 274 | 150 | 11 | 0 | 55 | 32 | 107 | 47 | 71 |
| Binary | 10101100 | 10111100 | 1101000 | 1001 | 0 | 101101 | 11010 | 1000111 | 100111 | 111001 |
Color Harmonies of #ACBC68
Complementary color
Monochromatic Colors of #ACBC68
Black with #ACBC68
Text Example
Text Example
White with #ACBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC68; }
p { color: rgb(172,188,104); }
H1.HeaderClassName
{
color: #ACBC68;
}
.AnyTagClassName
{
color: #ACBC68;
}
</style>
background-color css
<style>
a { background-color: #ACBC68; }
a { background-color: rgb(172,188,104); }
div.DivClassName
{
background-color: #ACBC68;
}
.BgClassName
{
background-color: #ACBC68;
}
</style>
border-color css
<style>
span { border-color: #ACBC68; }
span { border-color: rgb(172,188,104); }
td.TdClassName
{
border-color: #ACBC68;
}
.TagClassName
{
border-color: #ACBC68;
}
</style>