Shades of Caper #ACC786
Tints of Caper #ACC786
RGB
CMYK
RGB Variations
Color information
#ACC786 (or 0xACC786) is known color: Caper. HEX triplet: AC, C7 and 86. RGB value is (172,199,134). Sum of RGB (Red+Green+Blue) = 172+199+134=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC786 is #533879. Grayscale: #B7B7B7. Windows color (decimal): -5453946 or 8832940. OLE color: 8832940.
HSL color Cylindrical-coordinate representation of color #ACC786: hue angle of 84.92º degrees, saturation: 0.37, 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 #ACC786 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 134 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.22 |
| HSL | 84.92º | 0.37% | 0.65% | - |
| HSV(B) | 84.92º | 0.33% | 0.78% | - |
| XYZ | 41.74 | 51.34 | 30.26 | - |
| YUV | 183.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 134 | 0.14 | 0 | 0.33 | 0.22 | 84.92 | 0.37 | 0.65 |
| Hex | AC | C7 | 86 | E | 0 | 21 | 16 | 55 | 25 | 41 |
| Octal | 254 | 307 | 206 | 16 | 0 | 41 | 26 | 125 | 45 | 101 |
| Binary | 10101100 | 11000111 | 10000110 | 1110 | 0 | 100001 | 10110 | 1010101 | 100101 | 1000001 |
Color Harmonies of #ACC786
Complementary color
Monochromatic Colors of #ACC786
Black with #ACC786
Text Example
Text Example
White with #ACC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC786; }
p { color: rgb(172,199,134); }
H1.HeaderClassName
{
color: #ACC786;
}
.AnyTagClassName
{
color: #ACC786;
}
</style>
background-color css
<style>
a { background-color: #ACC786; }
a { background-color: rgb(172,199,134); }
div.DivClassName
{
background-color: #ACC786;
}
.BgClassName
{
background-color: #ACC786;
}
</style>
border-color css
<style>
span { border-color: #ACC786; }
span { border-color: rgb(172,199,134); }
td.TdClassName
{
border-color: #ACC786;
}
.TagClassName
{
border-color: #ACC786;
}
</style>