Shades of Caper #ACC76C
Tints of Caper #ACC76C
RGB
CMYK
RGB Variations
Color information
#ACC76C (or 0xACC76C) is known color: Caper. HEX triplet: AC, C7 and 6C. RGB value is (172,199,108). Sum of RGB (Red+Green+Blue) = 172+199+108=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC76C is #533893. Grayscale: #B4B4B4. Windows color (decimal): -5453972 or 7129004. OLE color: 7129004.
HSL color Cylindrical-coordinate representation of color #ACC76C: hue angle of 77.8º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACC76C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 108 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.22 |
| HSL | 77.8º | 0.45% | 0.6% | - |
| HSV(B) | 77.8º | 0.46% | 0.78% | - |
| XYZ | 40.14 | 50.7 | 21.86 | - |
| YUV | 180.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 108 | 0.14 | 0 | 0.46 | 0.22 | 77.8 | 0.45 | 0.6 |
| Hex | AC | C7 | 6C | E | 0 | 2E | 16 | 4E | 2D | 3C |
| Octal | 254 | 307 | 154 | 16 | 0 | 56 | 26 | 116 | 55 | 74 |
| Binary | 10101100 | 11000111 | 1101100 | 1110 | 0 | 101110 | 10110 | 1001110 | 101101 | 111100 |
Color Harmonies of #ACC76C
Complementary color
Monochromatic Colors of #ACC76C
Black with #ACC76C
Text Example
Text Example
White with #ACC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC76C; }
p { color: rgb(172,199,108); }
H1.HeaderClassName
{
color: #ACC76C;
}
.AnyTagClassName
{
color: #ACC76C;
}
</style>
background-color css
<style>
a { background-color: #ACC76C; }
a { background-color: rgb(172,199,108); }
div.DivClassName
{
background-color: #ACC76C;
}
.BgClassName
{
background-color: #ACC76C;
}
</style>
border-color css
<style>
span { border-color: #ACC76C; }
span { border-color: rgb(172,199,108); }
td.TdClassName
{
border-color: #ACC76C;
}
.TagClassName
{
border-color: #ACC76C;
}
</style>