Shades of Caper #ACC670
Tints of Caper #ACC670
RGB
CMYK
RGB Variations
Color information
#ACC670 (or 0xACC670) is known color: Caper. HEX triplet: AC, C6 and 70. RGB value is (172,198,112). Sum of RGB (Red+Green+Blue) = 172+198+112=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC670 is #53398F. Grayscale: #B4B4B4. Windows color (decimal): -5454224 or 7390892. OLE color: 7390892.
HSL color Cylindrical-coordinate representation of color #ACC670: hue angle of 78.14º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC670 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 112 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.22 |
| HSL | 78.14º | 0.43% | 0.61% | - |
| HSV(B) | 78.14º | 0.43% | 0.78% | - |
| XYZ | 40.13 | 50.33 | 22.93 | - |
| YUV | 180.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 112 | 0.13 | 0 | 0.43 | 0.22 | 78.14 | 0.43 | 0.61 |
| Hex | AC | C6 | 70 | D | 0 | 2B | 16 | 4E | 2B | 3D |
| Octal | 254 | 306 | 160 | 15 | 0 | 53 | 26 | 116 | 53 | 75 |
| Binary | 10101100 | 11000110 | 1110000 | 1101 | 0 | 101011 | 10110 | 1001110 | 101011 | 111101 |
Color Harmonies of #ACC670
Complementary color
Monochromatic Colors of #ACC670
Black with #ACC670
Text Example
Text Example
White with #ACC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC670; }
p { color: rgb(172,198,112); }
H1.HeaderClassName
{
color: #ACC670;
}
.AnyTagClassName
{
color: #ACC670;
}
</style>
background-color css
<style>
a { background-color: #ACC670; }
a { background-color: rgb(172,198,112); }
div.DivClassName
{
background-color: #ACC670;
}
.BgClassName
{
background-color: #ACC670;
}
</style>
border-color css
<style>
span { border-color: #ACC670; }
span { border-color: rgb(172,198,112); }
td.TdClassName
{
border-color: #ACC670;
}
.TagClassName
{
border-color: #ACC670;
}
</style>