Shades of Caper #ACC988
Tints of Caper #ACC988
RGB
CMYK
RGB Variations
Color information
#ACC988 (or 0xACC988) is known color: Caper. HEX triplet: AC, C9 and 88. RGB value is (172,201,136). Sum of RGB (Red+Green+Blue) = 172+201+136=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC988 is #533677. Grayscale: #B9B9B9. Windows color (decimal): -5453432 or 8964524. OLE color: 8964524.
HSL color Cylindrical-coordinate representation of color #ACC988: hue angle of 86.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC988 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 136 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.21 |
| HSL | 86.77º | 0.38% | 0.66% | - |
| HSV(B) | 86.77º | 0.32% | 0.79% | - |
| XYZ | 42.34 | 52.32 | 31.16 | - |
| YUV | 184.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 136 | 0.14 | 0 | 0.32 | 0.21 | 86.77 | 0.38 | 0.66 |
| Hex | AC | C9 | 88 | E | 0 | 20 | 15 | 57 | 26 | 42 |
| Octal | 254 | 311 | 210 | 16 | 0 | 40 | 25 | 127 | 46 | 102 |
| Binary | 10101100 | 11001001 | 10001000 | 1110 | 0 | 100000 | 10101 | 1010111 | 100110 | 1000010 |
Color Harmonies of #ACC988
Complementary color
Monochromatic Colors of #ACC988
Black with #ACC988
Text Example
Text Example
White with #ACC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC988; }
p { color: rgb(172,201,136); }
H1.HeaderClassName
{
color: #ACC988;
}
.AnyTagClassName
{
color: #ACC988;
}
</style>
background-color css
<style>
a { background-color: #ACC988; }
a { background-color: rgb(172,201,136); }
div.DivClassName
{
background-color: #ACC988;
}
.BgClassName
{
background-color: #ACC988;
}
</style>
border-color css
<style>
span { border-color: #ACC988; }
span { border-color: rgb(172,201,136); }
td.TdClassName
{
border-color: #ACC988;
}
.TagClassName
{
border-color: #ACC988;
}
</style>