Shades of Caper #ACC871
Tints of Caper #ACC871
RGB
CMYK
RGB Variations
Color information
#ACC871 (or 0xACC871) is known color: Caper. HEX triplet: AC, C8 and 71. RGB value is (172,200,113). Sum of RGB (Red+Green+Blue) = 172+200+113=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC871 is #53378E. Grayscale: #B6B6B6. Windows color (decimal): -5453711 or 7456940. OLE color: 7456940.
HSL color Cylindrical-coordinate representation of color #ACC871: hue angle of 79.31º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACC871 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 113 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.22 |
| HSL | 79.31º | 0.44% | 0.61% | - |
| HSV(B) | 79.31º | 0.44% | 0.78% | - |
| XYZ | 40.65 | 51.27 | 23.38 | - |
| YUV | 181.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 113 | 0.14 | 0 | 0.44 | 0.22 | 79.31 | 0.44 | 0.61 |
| Hex | AC | C8 | 71 | E | 0 | 2C | 16 | 4F | 2C | 3D |
| Octal | 254 | 310 | 161 | 16 | 0 | 54 | 26 | 117 | 54 | 75 |
| Binary | 10101100 | 11001000 | 1110001 | 1110 | 0 | 101100 | 10110 | 1001111 | 101100 | 111101 |
Color Harmonies of #ACC871
Complementary color
Monochromatic Colors of #ACC871
Black with #ACC871
Text Example
Text Example
White with #ACC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC871; }
p { color: rgb(172,200,113); }
H1.HeaderClassName
{
color: #ACC871;
}
.AnyTagClassName
{
color: #ACC871;
}
</style>
background-color css
<style>
a { background-color: #ACC871; }
a { background-color: rgb(172,200,113); }
div.DivClassName
{
background-color: #ACC871;
}
.BgClassName
{
background-color: #ACC871;
}
</style>
border-color css
<style>
span { border-color: #ACC871; }
span { border-color: rgb(172,200,113); }
td.TdClassName
{
border-color: #ACC871;
}
.TagClassName
{
border-color: #ACC871;
}
</style>