Shades of Wild Willow #ACBF60
Tints of Wild Willow #ACBF60
RGB
CMYK
RGB Variations
Color information
#ACBF60 (or 0xACBF60) is known color: Wild Willow. HEX triplet: AC, BF and 60. RGB value is (172,191,96). Sum of RGB (Red+Green+Blue) = 172+191+96=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF60 is #53409F. Grayscale: #AEAEAE. Windows color (decimal): -5456032 or 6340524. OLE color: 6340524.
HSL color Cylindrical-coordinate representation of color #ACBF60: hue angle of 72º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACBF60 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 191 | 96 | - |
CMYK | 0.10 | 0 | 0.50 | 0.25 |
HSL | 72º | 0.43% | 0.56% | - |
HSV(B) | 72º | 0.5% | 0.75% | - |
XYZ | 37.76 | 46.88 | 18.12 | - |
YUV | 174.49 | 83.71 | 126.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 191 | 96 | 0.10 | 0 | 0.50 | 0.25 | 72 | 0.43 | 0.56 |
Hex | AC | BF | 60 | A | 0 | 32 | 19 | 48 | 2B | 38 |
Octal | 254 | 277 | 140 | 12 | 0 | 62 | 31 | 110 | 53 | 70 |
Binary | 10101100 | 10111111 | 1100000 | 1010 | 0 | 110010 | 11001 | 1001000 | 101011 | 111000 |
Color Harmonies of #ACBF60
Complementary color
Monochromatic Colors of #ACBF60
Black with #ACBF60
Text Example
Text Example
White with #ACBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBF60; }
p { color: rgb(172,191,96); }
H1.HeaderClassName
{
color: #ACBF60;
}
.AnyTagClassName
{
color: #ACBF60;
}
</style>
background-color css
<style>
a { background-color: #ACBF60; }
a { background-color: rgb(172,191,96); }
div.DivClassName
{
background-color: #ACBF60;
}
.BgClassName
{
background-color: #ACBF60;
}
</style>
border-color css
<style>
span { border-color: #ACBF60; }
span { border-color: rgb(172,191,96); }
td.TdClassName
{
border-color: #ACBF60;
}
.TagClassName
{
border-color: #ACBF60;
}
</style>