Shades of Caper #ACC886
Tints of Caper #ACC886
RGB
CMYK
RGB Variations
Color information
#ACC886 (or 0xACC886) is known color: Caper. HEX triplet: AC, C8 and 86. RGB value is (172,200,134). Sum of RGB (Red+Green+Blue) = 172+200+134=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC886 is #533779. Grayscale: #B8B8B8. Windows color (decimal): -5453690 or 8833196. OLE color: 8833196.
HSL color Cylindrical-coordinate representation of color #ACC886: hue angle of 85.45º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACC886 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 134 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.22 |
| HSL | 85.45º | 0.38% | 0.65% | - |
| HSV(B) | 85.45º | 0.33% | 0.78% | - |
| XYZ | 41.97 | 51.8 | 30.34 | - |
| YUV | 184.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 134 | 0.14 | 0 | 0.33 | 0.22 | 85.45 | 0.38 | 0.65 |
| Hex | AC | C8 | 86 | E | 0 | 21 | 16 | 55 | 26 | 41 |
| Octal | 254 | 310 | 206 | 16 | 0 | 41 | 26 | 125 | 46 | 101 |
| Binary | 10101100 | 11001000 | 10000110 | 1110 | 0 | 100001 | 10110 | 1010101 | 100110 | 1000001 |
Color Harmonies of #ACC886
Complementary color
Monochromatic Colors of #ACC886
Black with #ACC886
Text Example
Text Example
White with #ACC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC886; }
p { color: rgb(172,200,134); }
H1.HeaderClassName
{
color: #ACC886;
}
.AnyTagClassName
{
color: #ACC886;
}
</style>
background-color css
<style>
a { background-color: #ACC886; }
a { background-color: rgb(172,200,134); }
div.DivClassName
{
background-color: #ACC886;
}
.BgClassName
{
background-color: #ACC886;
}
</style>
border-color css
<style>
span { border-color: #ACC886; }
span { border-color: rgb(172,200,134); }
td.TdClassName
{
border-color: #ACC886;
}
.TagClassName
{
border-color: #ACC886;
}
</style>