Shades of Caper #ACC580
Tints of Caper #ACC580
RGB
CMYK
RGB Variations
Color information
#ACC580 (or 0xACC580) is known color: Caper. HEX triplet: AC, C5 and 80. RGB value is (172,197,128). Sum of RGB (Red+Green+Blue) = 172+197+128=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC580 is #533A7F. Grayscale: #B5B5B5. Windows color (decimal): -5454464 or 8439212. OLE color: 8439212.
HSL color Cylindrical-coordinate representation of color #ACC580: hue angle of 81.74º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACC580 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 128 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.23 |
| HSL | 81.74º | 0.37% | 0.64% | - |
| HSV(B) | 81.74º | 0.35% | 0.77% | - |
| XYZ | 40.88 | 50.26 | 27.97 | - |
| YUV | 181.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 128 | 0.13 | 0 | 0.35 | 0.23 | 81.74 | 0.37 | 0.64 |
| Hex | AC | C5 | 80 | D | 0 | 23 | 17 | 52 | 25 | 40 |
| Octal | 254 | 305 | 200 | 15 | 0 | 43 | 27 | 122 | 45 | 100 |
| Binary | 10101100 | 11000101 | 10000000 | 1101 | 0 | 100011 | 10111 | 1010010 | 100101 | 1000000 |
Color Harmonies of #ACC580
Complementary color
Monochromatic Colors of #ACC580
Black with #ACC580
Text Example
Text Example
White with #ACC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC580; }
p { color: rgb(172,197,128); }
H1.HeaderClassName
{
color: #ACC580;
}
.AnyTagClassName
{
color: #ACC580;
}
</style>
background-color css
<style>
a { background-color: #ACC580; }
a { background-color: rgb(172,197,128); }
div.DivClassName
{
background-color: #ACC580;
}
.BgClassName
{
background-color: #ACC580;
}
</style>
border-color css
<style>
span { border-color: #ACC580; }
span { border-color: rgb(172,197,128); }
td.TdClassName
{
border-color: #ACC580;
}
.TagClassName
{
border-color: #ACC580;
}
</style>