Shades of Caper #ACC989
Tints of Caper #ACC989
RGB
CMYK
RGB Variations
Color information
#ACC989 (or 0xACC989) is known color: Caper. HEX triplet: AC, C9 and 89. RGB value is (172,201,137). Sum of RGB (Red+Green+Blue) = 172+201+137=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC989 is #533676. Grayscale: #B9B9B9. Windows color (decimal): -5453431 or 9030060. OLE color: 9030060.
HSL color Cylindrical-coordinate representation of color #ACC989: hue angle of 87.19º degrees, saturation: 0.37, 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 #ACC989 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 137 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.21 |
| HSL | 87.19º | 0.37% | 0.66% | - |
| HSV(B) | 87.19º | 0.32% | 0.79% | - |
| XYZ | 42.42 | 52.35 | 31.54 | - |
| YUV | 185.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 137 | 0.14 | 0 | 0.32 | 0.21 | 87.19 | 0.37 | 0.66 |
| Hex | AC | C9 | 89 | E | 0 | 20 | 15 | 57 | 25 | 42 |
| Octal | 254 | 311 | 211 | 16 | 0 | 40 | 25 | 127 | 45 | 102 |
| Binary | 10101100 | 11001001 | 10001001 | 1110 | 0 | 100000 | 10101 | 1010111 | 100101 | 1000010 |
Color Harmonies of #ACC989
Complementary color
Monochromatic Colors of #ACC989
Black with #ACC989
Text Example
Text Example
White with #ACC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC989; }
p { color: rgb(172,201,137); }
H1.HeaderClassName
{
color: #ACC989;
}
.AnyTagClassName
{
color: #ACC989;
}
</style>
background-color css
<style>
a { background-color: #ACC989; }
a { background-color: rgb(172,201,137); }
div.DivClassName
{
background-color: #ACC989;
}
.BgClassName
{
background-color: #ACC989;
}
</style>
border-color css
<style>
span { border-color: #ACC989; }
span { border-color: rgb(172,201,137); }
td.TdClassName
{
border-color: #ACC989;
}
.TagClassName
{
border-color: #ACC989;
}
</style>