Shades of Caper #ACC572
Tints of Caper #ACC572
RGB
CMYK
RGB Variations
Color information
#ACC572 (or 0xACC572) is known color: Caper. HEX triplet: AC, C5 and 72. RGB value is (172,197,114). Sum of RGB (Red+Green+Blue) = 172+197+114=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC572 is #533A8D. Grayscale: #B4B4B4. Windows color (decimal): -5454478 or 7521708. OLE color: 7521708.
HSL color Cylindrical-coordinate representation of color #ACC572: hue angle of 78.07º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACC572 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 114 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.23 |
| HSL | 78.07º | 0.42% | 0.61% | - |
| HSV(B) | 78.07º | 0.42% | 0.77% | - |
| XYZ | 40.02 | 49.92 | 23.45 | - |
| YUV | 180.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 114 | 0.13 | 0 | 0.42 | 0.23 | 78.07 | 0.42 | 0.61 |
| Hex | AC | C5 | 72 | D | 0 | 2A | 17 | 4E | 2A | 3D |
| Octal | 254 | 305 | 162 | 15 | 0 | 52 | 27 | 116 | 52 | 75 |
| Binary | 10101100 | 11000101 | 1110010 | 1101 | 0 | 101010 | 10111 | 1001110 | 101010 | 111101 |
Color Harmonies of #ACC572
Complementary color
Monochromatic Colors of #ACC572
Black with #ACC572
Text Example
Text Example
White with #ACC572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC572; }
p { color: rgb(172,197,114); }
H1.HeaderClassName
{
color: #ACC572;
}
.AnyTagClassName
{
color: #ACC572;
}
</style>
background-color css
<style>
a { background-color: #ACC572; }
a { background-color: rgb(172,197,114); }
div.DivClassName
{
background-color: #ACC572;
}
.BgClassName
{
background-color: #ACC572;
}
</style>
border-color css
<style>
span { border-color: #ACC572; }
span { border-color: rgb(172,197,114); }
td.TdClassName
{
border-color: #ACC572;
}
.TagClassName
{
border-color: #ACC572;
}
</style>