Shades of Caper #ACC684
Tints of Caper #ACC684
RGB
CMYK
RGB Variations
Color information
#ACC684 (or 0xACC684) is known color: Caper. HEX triplet: AC, C6 and 84. RGB value is (172,198,132). Sum of RGB (Red+Green+Blue) = 172+198+132=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC684 is #53397B. Grayscale: #B6B6B6. Windows color (decimal): -5454204 or 8701612. OLE color: 8701612.
HSL color Cylindrical-coordinate representation of color #ACC684: hue angle of 83.64º 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 #ACC684 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 132 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.22 |
| HSL | 83.64º | 0.37% | 0.65% | - |
| HSV(B) | 83.64º | 0.33% | 0.78% | - |
| XYZ | 41.37 | 50.82 | 29.46 | - |
| YUV | 182.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 132 | 0.13 | 0 | 0.33 | 0.22 | 83.64 | 0.37 | 0.65 |
| Hex | AC | C6 | 84 | D | 0 | 21 | 16 | 54 | 25 | 41 |
| Octal | 254 | 306 | 204 | 15 | 0 | 41 | 26 | 124 | 45 | 101 |
| Binary | 10101100 | 11000110 | 10000100 | 1101 | 0 | 100001 | 10110 | 1010100 | 100101 | 1000001 |
Color Harmonies of #ACC684
Complementary color
Monochromatic Colors of #ACC684
Black with #ACC684
Text Example
Text Example
White with #ACC684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC684; }
p { color: rgb(172,198,132); }
H1.HeaderClassName
{
color: #ACC684;
}
.AnyTagClassName
{
color: #ACC684;
}
</style>
background-color css
<style>
a { background-color: #ACC684; }
a { background-color: rgb(172,198,132); }
div.DivClassName
{
background-color: #ACC684;
}
.BgClassName
{
background-color: #ACC684;
}
</style>
border-color css
<style>
span { border-color: #ACC684; }
span { border-color: rgb(172,198,132); }
td.TdClassName
{
border-color: #ACC684;
}
.TagClassName
{
border-color: #ACC684;
}
</style>