Shades of Caper #ACC785
Tints of Caper #ACC785
RGB
CMYK
RGB Variations
Color information
#ACC785 (or 0xACC785) is known color: Caper. HEX triplet: AC, C7 and 85. RGB value is (172,199,133). Sum of RGB (Red+Green+Blue) = 172+199+133=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC785 is #53387A. Grayscale: #B7B7B7. Windows color (decimal): -5453947 or 8767404. OLE color: 8767404.
HSL color Cylindrical-coordinate representation of color #ACC785: hue angle of 84.55º 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 #ACC785 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 133 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.22 |
| HSL | 84.55º | 0.37% | 0.65% | - |
| HSV(B) | 84.55º | 0.33% | 0.78% | - |
| XYZ | 41.67 | 51.31 | 29.9 | - |
| YUV | 183.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 133 | 0.14 | 0 | 0.33 | 0.22 | 84.55 | 0.37 | 0.65 |
| Hex | AC | C7 | 85 | E | 0 | 21 | 16 | 55 | 25 | 41 |
| Octal | 254 | 307 | 205 | 16 | 0 | 41 | 26 | 125 | 45 | 101 |
| Binary | 10101100 | 11000111 | 10000101 | 1110 | 0 | 100001 | 10110 | 1010101 | 100101 | 1000001 |
Color Harmonies of #ACC785
Complementary color
Monochromatic Colors of #ACC785
Black with #ACC785
Text Example
Text Example
White with #ACC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC785; }
p { color: rgb(172,199,133); }
H1.HeaderClassName
{
color: #ACC785;
}
.AnyTagClassName
{
color: #ACC785;
}
</style>
background-color css
<style>
a { background-color: #ACC785; }
a { background-color: rgb(172,199,133); }
div.DivClassName
{
background-color: #ACC785;
}
.BgClassName
{
background-color: #ACC785;
}
</style>
border-color css
<style>
span { border-color: #ACC785; }
span { border-color: rgb(172,199,133); }
td.TdClassName
{
border-color: #ACC785;
}
.TagClassName
{
border-color: #ACC785;
}
</style>