Shades of Caper #ACC676
Tints of Caper #ACC676
RGB
CMYK
RGB Variations
Color information
#ACC676 (or 0xACC676) is known color: Caper. HEX triplet: AC, C6 and 76. RGB value is (172,198,118). Sum of RGB (Red+Green+Blue) = 172+198+118=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC676 is #533989. Grayscale: #B5B5B5. Windows color (decimal): -5454218 or 7784108. OLE color: 7784108.
HSL color Cylindrical-coordinate representation of color #ACC676: hue angle of 79.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC676 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 118 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.22 |
| HSL | 79.5º | 0.41% | 0.62% | - |
| HSV(B) | 79.5º | 0.4% | 0.78% | - |
| XYZ | 40.48 | 50.47 | 24.75 | - |
| YUV | 181.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 118 | 0.13 | 0 | 0.40 | 0.22 | 79.5 | 0.41 | 0.62 |
| Hex | AC | C6 | 76 | D | 0 | 28 | 16 | 50 | 29 | 3E |
| Octal | 254 | 306 | 166 | 15 | 0 | 50 | 26 | 120 | 51 | 76 |
| Binary | 10101100 | 11000110 | 1110110 | 1101 | 0 | 101000 | 10110 | 1010000 | 101001 | 111110 |
Color Harmonies of #ACC676
Complementary color
Monochromatic Colors of #ACC676
Black with #ACC676
Text Example
Text Example
White with #ACC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC676; }
p { color: rgb(172,198,118); }
H1.HeaderClassName
{
color: #ACC676;
}
.AnyTagClassName
{
color: #ACC676;
}
</style>
background-color css
<style>
a { background-color: #ACC676; }
a { background-color: rgb(172,198,118); }
div.DivClassName
{
background-color: #ACC676;
}
.BgClassName
{
background-color: #ACC676;
}
</style>
border-color css
<style>
span { border-color: #ACC676; }
span { border-color: rgb(172,198,118); }
td.TdClassName
{
border-color: #ACC676;
}
.TagClassName
{
border-color: #ACC676;
}
</style>