Shades of Caper #ACC571
Tints of Caper #ACC571
RGB
CMYK
RGB Variations
Color information
#ACC571 (or 0xACC571) is known color: Caper. HEX triplet: AC, C5 and 71. RGB value is (172,197,113). Sum of RGB (Red+Green+Blue) = 172+197+113=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC571 is #533A8E. Grayscale: #B4B4B4. Windows color (decimal): -5454479 or 7456172. OLE color: 7456172.
HSL color Cylindrical-coordinate representation of color #ACC571: hue angle of 77.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC571 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 113 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.23 |
| HSL | 77.86º | 0.42% | 0.61% | - |
| HSV(B) | 77.86º | 0.43% | 0.77% | - |
| XYZ | 39.96 | 49.9 | 23.15 | - |
| YUV | 179.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 113 | 0.13 | 0 | 0.43 | 0.23 | 77.86 | 0.42 | 0.61 |
| Hex | AC | C5 | 71 | D | 0 | 2B | 17 | 4E | 2A | 3D |
| Octal | 254 | 305 | 161 | 15 | 0 | 53 | 27 | 116 | 52 | 75 |
| Binary | 10101100 | 11000101 | 1110001 | 1101 | 0 | 101011 | 10111 | 1001110 | 101010 | 111101 |
Color Harmonies of #ACC571
Complementary color
Monochromatic Colors of #ACC571
Black with #ACC571
Text Example
Text Example
White with #ACC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC571; }
p { color: rgb(172,197,113); }
H1.HeaderClassName
{
color: #ACC571;
}
.AnyTagClassName
{
color: #ACC571;
}
</style>
background-color css
<style>
a { background-color: #ACC571; }
a { background-color: rgb(172,197,113); }
div.DivClassName
{
background-color: #ACC571;
}
.BgClassName
{
background-color: #ACC571;
}
</style>
border-color css
<style>
span { border-color: #ACC571; }
span { border-color: rgb(172,197,113); }
td.TdClassName
{
border-color: #ACC571;
}
.TagClassName
{
border-color: #ACC571;
}
</style>