Shades of Caper #ACC486
Tints of Caper #ACC486
RGB
CMYK
RGB Variations
Color information
#ACC486 (or 0xACC486) is known color: Caper. HEX triplet: AC, C4 and 86. RGB value is (172,196,134). Sum of RGB (Red+Green+Blue) = 172+196+134=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC486 is #533B79. Grayscale: #B5B5B5. Windows color (decimal): -5454714 or 8832172. OLE color: 8832172.
HSL color Cylindrical-coordinate representation of color #ACC486: hue angle of 83.23º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC486 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 134 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.23 |
| HSL | 83.23º | 0.34% | 0.65% | - |
| HSV(B) | 83.23º | 0.32% | 0.77% | - |
| XYZ | 41.06 | 49.97 | 30.04 | - |
| YUV | 181.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 134 | 0.12 | 0 | 0.32 | 0.23 | 83.23 | 0.34 | 0.65 |
| Hex | AC | C4 | 86 | C | 0 | 20 | 17 | 53 | 22 | 41 |
| Octal | 254 | 304 | 206 | 14 | 0 | 40 | 27 | 123 | 42 | 101 |
| Binary | 10101100 | 11000100 | 10000110 | 1100 | 0 | 100000 | 10111 | 1010011 | 100010 | 1000001 |
Color Harmonies of #ACC486
Complementary color
Monochromatic Colors of #ACC486
Black with #ACC486
Text Example
Text Example
White with #ACC486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC486; }
p { color: rgb(172,196,134); }
H1.HeaderClassName
{
color: #ACC486;
}
.AnyTagClassName
{
color: #ACC486;
}
</style>
background-color css
<style>
a { background-color: #ACC486; }
a { background-color: rgb(172,196,134); }
div.DivClassName
{
background-color: #ACC486;
}
.BgClassName
{
background-color: #ACC486;
}
</style>
border-color css
<style>
span { border-color: #ACC486; }
span { border-color: rgb(172,196,134); }
td.TdClassName
{
border-color: #ACC486;
}
.TagClassName
{
border-color: #ACC486;
}
</style>