Shades of Caper #ACC56D
Tints of Caper #ACC56D
RGB
CMYK
RGB Variations
Color information
#ACC56D (or 0xACC56D) is known color: Caper. HEX triplet: AC, C5 and 6D. RGB value is (172,197,109). Sum of RGB (Red+Green+Blue) = 172+197+109=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC56D is #533A92. Grayscale: #B3B3B3. Windows color (decimal): -5454483 or 7194028. OLE color: 7194028.
HSL color Cylindrical-coordinate representation of color #ACC56D: hue angle of 77.05º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC56D is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 109 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.23 |
| HSL | 77.05º | 0.43% | 0.6% | - |
| HSV(B) | 77.05º | 0.45% | 0.77% | - |
| XYZ | 39.74 | 49.81 | 21.99 | - |
| YUV | 179.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 109 | 0.13 | 0 | 0.45 | 0.23 | 77.05 | 0.43 | 0.6 |
| Hex | AC | C5 | 6D | D | 0 | 2D | 17 | 4D | 2B | 3C |
| Octal | 254 | 305 | 155 | 15 | 0 | 55 | 27 | 115 | 53 | 74 |
| Binary | 10101100 | 11000101 | 1101101 | 1101 | 0 | 101101 | 10111 | 1001101 | 101011 | 111100 |
Color Harmonies of #ACC56D
Complementary color
Monochromatic Colors of #ACC56D
Black with #ACC56D
Text Example
Text Example
White with #ACC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC56D; }
p { color: rgb(172,197,109); }
H1.HeaderClassName
{
color: #ACC56D;
}
.AnyTagClassName
{
color: #ACC56D;
}
</style>
background-color css
<style>
a { background-color: #ACC56D; }
a { background-color: rgb(172,197,109); }
div.DivClassName
{
background-color: #ACC56D;
}
.BgClassName
{
background-color: #ACC56D;
}
</style>
border-color css
<style>
span { border-color: #ACC56D; }
span { border-color: rgb(172,197,109); }
td.TdClassName
{
border-color: #ACC56D;
}
.TagClassName
{
border-color: #ACC56D;
}
</style>