Shades of Caper #ACC46A
Tints of Caper #ACC46A
RGB
CMYK
RGB Variations
Color information
#ACC46A (or 0xACC46A) is known color: Caper. HEX triplet: AC, C4 and 6A. RGB value is (172,196,106). Sum of RGB (Red+Green+Blue) = 172+196+106=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC46A is #533B95. Grayscale: #B2B2B2. Windows color (decimal): -5454742 or 6997164. OLE color: 6997164.
HSL color Cylindrical-coordinate representation of color #ACC46A: hue angle of 76º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC46A is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 106 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.23 |
| HSL | 76º | 0.43% | 0.59% | - |
| HSV(B) | 76º | 0.46% | 0.77% | - |
| XYZ | 39.35 | 49.29 | 21.08 | - |
| YUV | 178.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 106 | 0.12 | 0 | 0.46 | 0.23 | 76 | 0.43 | 0.59 |
| Hex | AC | C4 | 6A | C | 0 | 2E | 17 | 4C | 2B | 3B |
| Octal | 254 | 304 | 152 | 14 | 0 | 56 | 27 | 114 | 53 | 73 |
| Binary | 10101100 | 11000100 | 1101010 | 1100 | 0 | 101110 | 10111 | 1001100 | 101011 | 111011 |
Color Harmonies of #ACC46A
Complementary color
Monochromatic Colors of #ACC46A
Black with #ACC46A
Text Example
Text Example
White with #ACC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC46A; }
p { color: rgb(172,196,106); }
H1.HeaderClassName
{
color: #ACC46A;
}
.AnyTagClassName
{
color: #ACC46A;
}
</style>
background-color css
<style>
a { background-color: #ACC46A; }
a { background-color: rgb(172,196,106); }
div.DivClassName
{
background-color: #ACC46A;
}
.BgClassName
{
background-color: #ACC46A;
}
</style>
border-color css
<style>
span { border-color: #ACC46A; }
span { border-color: rgb(172,196,106); }
td.TdClassName
{
border-color: #ACC46A;
}
.TagClassName
{
border-color: #ACC46A;
}
</style>