Shades of Caper #ACC46D
Tints of Caper #ACC46D
RGB
CMYK
RGB Variations
Color information
#ACC46D (or 0xACC46D) is known color: Caper. HEX triplet: AC, C4 and 6D. RGB value is (172,196,109). Sum of RGB (Red+Green+Blue) = 172+196+109=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC46D is #533B92. Grayscale: #B3B3B3. Windows color (decimal): -5454739 or 7193772. OLE color: 7193772.
HSL color Cylindrical-coordinate representation of color #ACC46D: hue angle of 76.55º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACC46D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 109 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.23 |
| HSL | 76.55º | 0.42% | 0.6% | - |
| HSV(B) | 76.55º | 0.44% | 0.77% | - |
| XYZ | 39.51 | 49.35 | 21.91 | - |
| YUV | 178.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 109 | 0.12 | 0 | 0.44 | 0.23 | 76.55 | 0.42 | 0.6 |
| Hex | AC | C4 | 6D | C | 0 | 2C | 17 | 4D | 2A | 3C |
| Octal | 254 | 304 | 155 | 14 | 0 | 54 | 27 | 115 | 52 | 74 |
| Binary | 10101100 | 11000100 | 1101101 | 1100 | 0 | 101100 | 10111 | 1001101 | 101010 | 111100 |
Color Harmonies of #ACC46D
Complementary color
Monochromatic Colors of #ACC46D
Black with #ACC46D
Text Example
Text Example
White with #ACC46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC46D; }
p { color: rgb(172,196,109); }
H1.HeaderClassName
{
color: #ACC46D;
}
.AnyTagClassName
{
color: #ACC46D;
}
</style>
background-color css
<style>
a { background-color: #ACC46D; }
a { background-color: rgb(172,196,109); }
div.DivClassName
{
background-color: #ACC46D;
}
.BgClassName
{
background-color: #ACC46D;
}
</style>
border-color css
<style>
span { border-color: #ACC46D; }
span { border-color: rgb(172,196,109); }
td.TdClassName
{
border-color: #ACC46D;
}
.TagClassName
{
border-color: #ACC46D;
}
</style>