Shades of Caper #ACC576
Tints of Caper #ACC576
RGB
CMYK
RGB Variations
Color information
#ACC576 (or 0xACC576) is known color: Caper. HEX triplet: AC, C5 and 76. RGB value is (172,197,118). Sum of RGB (Red+Green+Blue) = 172+197+118=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC576 is #533A89. Grayscale: #B4B4B4. Windows color (decimal): -5454474 or 7783852. OLE color: 7783852.
HSL color Cylindrical-coordinate representation of color #ACC576: hue angle of 78.99º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC576 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 118 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.23 |
| HSL | 78.99º | 0.41% | 0.62% | - |
| HSV(B) | 78.99º | 0.4% | 0.77% | - |
| XYZ | 40.25 | 50.01 | 24.67 | - |
| YUV | 180.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 118 | 0.13 | 0 | 0.40 | 0.23 | 78.99 | 0.41 | 0.62 |
| Hex | AC | C5 | 76 | D | 0 | 28 | 17 | 4F | 29 | 3E |
| Octal | 254 | 305 | 166 | 15 | 0 | 50 | 27 | 117 | 51 | 76 |
| Binary | 10101100 | 11000101 | 1110110 | 1101 | 0 | 101000 | 10111 | 1001111 | 101001 | 111110 |
Color Harmonies of #ACC576
Complementary color
Monochromatic Colors of #ACC576
Black with #ACC576
Text Example
Text Example
White with #ACC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC576; }
p { color: rgb(172,197,118); }
H1.HeaderClassName
{
color: #ACC576;
}
.AnyTagClassName
{
color: #ACC576;
}
</style>
background-color css
<style>
a { background-color: #ACC576; }
a { background-color: rgb(172,197,118); }
div.DivClassName
{
background-color: #ACC576;
}
.BgClassName
{
background-color: #ACC576;
}
</style>
border-color css
<style>
span { border-color: #ACC576; }
span { border-color: rgb(172,197,118); }
td.TdClassName
{
border-color: #ACC576;
}
.TagClassName
{
border-color: #ACC576;
}
</style>