Shades of Caper #ACC884
Tints of Caper #ACC884
RGB
CMYK
RGB Variations
Color information
#ACC884 (or 0xACC884) is known color: Caper. HEX triplet: AC, C8 and 84. RGB value is (172,200,132). Sum of RGB (Red+Green+Blue) = 172+200+132=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC884 is #53377B. Grayscale: #B8B8B8. Windows color (decimal): -5453692 or 8702124. OLE color: 8702124.
HSL color Cylindrical-coordinate representation of color #ACC884: hue angle of 84.71º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACC884 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 132 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.22 |
| HSL | 84.71º | 0.38% | 0.65% | - |
| HSV(B) | 84.71º | 0.34% | 0.78% | - |
| XYZ | 41.83 | 51.75 | 29.61 | - |
| YUV | 183.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 132 | 0.14 | 0 | 0.34 | 0.22 | 84.71 | 0.38 | 0.65 |
| Hex | AC | C8 | 84 | E | 0 | 22 | 16 | 55 | 26 | 41 |
| Octal | 254 | 310 | 204 | 16 | 0 | 42 | 26 | 125 | 46 | 101 |
| Binary | 10101100 | 11001000 | 10000100 | 1110 | 0 | 100010 | 10110 | 1010101 | 100110 | 1000001 |
Color Harmonies of #ACC884
Complementary color
Monochromatic Colors of #ACC884
Black with #ACC884
Text Example
Text Example
White with #ACC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC884; }
p { color: rgb(172,200,132); }
H1.HeaderClassName
{
color: #ACC884;
}
.AnyTagClassName
{
color: #ACC884;
}
</style>
background-color css
<style>
a { background-color: #ACC884; }
a { background-color: rgb(172,200,132); }
div.DivClassName
{
background-color: #ACC884;
}
.BgClassName
{
background-color: #ACC884;
}
</style>
border-color css
<style>
span { border-color: #ACC884; }
span { border-color: rgb(172,200,132); }
td.TdClassName
{
border-color: #ACC884;
}
.TagClassName
{
border-color: #ACC884;
}
</style>