Shades of Caper #ACC976
Tints of Caper #ACC976
RGB
CMYK
RGB Variations
Color information
#ACC976 (or 0xACC976) is known color: Caper. HEX triplet: AC, C9 and 76. RGB value is (172,201,118). Sum of RGB (Red+Green+Blue) = 172+201+118=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC976 is #533689. Grayscale: #B7B7B7. Windows color (decimal): -5453450 or 7784876. OLE color: 7784876.
HSL color Cylindrical-coordinate representation of color #ACC976: hue angle of 80.96º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACC976 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 118 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.21 |
| HSL | 80.96º | 0.43% | 0.63% | - |
| HSV(B) | 80.96º | 0.41% | 0.79% | - |
| XYZ | 41.17 | 51.85 | 24.98 | - |
| YUV | 182.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 118 | 0.14 | 0 | 0.41 | 0.21 | 80.96 | 0.43 | 0.63 |
| Hex | AC | C9 | 76 | E | 0 | 29 | 15 | 51 | 2B | 3F |
| Octal | 254 | 311 | 166 | 16 | 0 | 51 | 25 | 121 | 53 | 77 |
| Binary | 10101100 | 11001001 | 1110110 | 1110 | 0 | 101001 | 10101 | 1010001 | 101011 | 111111 |
Color Harmonies of #ACC976
Complementary color
Monochromatic Colors of #ACC976
Black with #ACC976
Text Example
Text Example
White with #ACC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC976; }
p { color: rgb(172,201,118); }
H1.HeaderClassName
{
color: #ACC976;
}
.AnyTagClassName
{
color: #ACC976;
}
</style>
background-color css
<style>
a { background-color: #ACC976; }
a { background-color: rgb(172,201,118); }
div.DivClassName
{
background-color: #ACC976;
}
.BgClassName
{
background-color: #ACC976;
}
</style>
border-color css
<style>
span { border-color: #ACC976; }
span { border-color: rgb(172,201,118); }
td.TdClassName
{
border-color: #ACC976;
}
.TagClassName
{
border-color: #ACC976;
}
</style>