Shades of Caper #ACC987
Tints of Caper #ACC987
RGB
CMYK
RGB Variations
Color information
#ACC987 (or 0xACC987) is known color: Caper. HEX triplet: AC, C9 and 87. RGB value is (172,201,135). Sum of RGB (Red+Green+Blue) = 172+201+135=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC987 is #533678. Grayscale: #B9B9B9. Windows color (decimal): -5453433 or 8898988. OLE color: 8898988.
HSL color Cylindrical-coordinate representation of color #ACC987: hue angle of 86.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC987 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 135 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.21 |
| HSL | 86.36º | 0.38% | 0.66% | - |
| HSV(B) | 86.36º | 0.33% | 0.79% | - |
| XYZ | 42.27 | 52.29 | 30.79 | - |
| YUV | 184.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 135 | 0.14 | 0 | 0.33 | 0.21 | 86.36 | 0.38 | 0.66 |
| Hex | AC | C9 | 87 | E | 0 | 21 | 15 | 56 | 26 | 42 |
| Octal | 254 | 311 | 207 | 16 | 0 | 41 | 25 | 126 | 46 | 102 |
| Binary | 10101100 | 11001001 | 10000111 | 1110 | 0 | 100001 | 10101 | 1010110 | 100110 | 1000010 |
Color Harmonies of #ACC987
Complementary color
Monochromatic Colors of #ACC987
Black with #ACC987
Text Example
Text Example
White with #ACC987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC987; }
p { color: rgb(172,201,135); }
H1.HeaderClassName
{
color: #ACC987;
}
.AnyTagClassName
{
color: #ACC987;
}
</style>
background-color css
<style>
a { background-color: #ACC987; }
a { background-color: rgb(172,201,135); }
div.DivClassName
{
background-color: #ACC987;
}
.BgClassName
{
background-color: #ACC987;
}
</style>
border-color css
<style>
span { border-color: #ACC987; }
span { border-color: rgb(172,201,135); }
td.TdClassName
{
border-color: #ACC987;
}
.TagClassName
{
border-color: #ACC987;
}
</style>