Shades of Caper #ACC982
Tints of Caper #ACC982
RGB
CMYK
RGB Variations
Color information
#ACC982 (or 0xACC982) is known color: Caper. HEX triplet: AC, C9 and 82. RGB value is (172,201,130). Sum of RGB (Red+Green+Blue) = 172+201+130=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC982 is #53367D. Grayscale: #B8B8B8. Windows color (decimal): -5453438 or 8571308. OLE color: 8571308.
HSL color Cylindrical-coordinate representation of color #ACC982: hue angle of 84.51º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACC982 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 130 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.21 |
| HSL | 84.51º | 0.4% | 0.65% | - |
| HSV(B) | 84.51º | 0.35% | 0.79% | - |
| XYZ | 41.93 | 52.16 | 28.98 | - |
| YUV | 184.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 130 | 0.14 | 0 | 0.35 | 0.21 | 84.51 | 0.4 | 0.65 |
| Hex | AC | C9 | 82 | E | 0 | 23 | 15 | 55 | 28 | 41 |
| Octal | 254 | 311 | 202 | 16 | 0 | 43 | 25 | 125 | 50 | 101 |
| Binary | 10101100 | 11001001 | 10000010 | 1110 | 0 | 100011 | 10101 | 1010101 | 101000 | 1000001 |
Color Harmonies of #ACC982
Complementary color
Monochromatic Colors of #ACC982
Black with #ACC982
Text Example
Text Example
White with #ACC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC982; }
p { color: rgb(172,201,130); }
H1.HeaderClassName
{
color: #ACC982;
}
.AnyTagClassName
{
color: #ACC982;
}
</style>
background-color css
<style>
a { background-color: #ACC982; }
a { background-color: rgb(172,201,130); }
div.DivClassName
{
background-color: #ACC982;
}
.BgClassName
{
background-color: #ACC982;
}
</style>
border-color css
<style>
span { border-color: #ACC982; }
span { border-color: rgb(172,201,130); }
td.TdClassName
{
border-color: #ACC982;
}
.TagClassName
{
border-color: #ACC982;
}
</style>