Shades of Caper #ACC977
Tints of Caper #ACC977
RGB
CMYK
RGB Variations
Color information
#ACC977 (or 0xACC977) is known color: Caper. HEX triplet: AC, C9 and 77. RGB value is (172,201,119). Sum of RGB (Red+Green+Blue) = 172+201+119=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC977 is #533688. Grayscale: #B7B7B7. Windows color (decimal): -5453449 or 7850412. OLE color: 7850412.
HSL color Cylindrical-coordinate representation of color #ACC977: hue angle of 81.22º 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 #ACC977 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 119 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.21 |
| HSL | 81.22º | 0.43% | 0.63% | - |
| HSV(B) | 81.22º | 0.41% | 0.79% | - |
| XYZ | 41.23 | 51.88 | 25.29 | - |
| YUV | 182.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 119 | 0.14 | 0 | 0.41 | 0.21 | 81.22 | 0.43 | 0.63 |
| Hex | AC | C9 | 77 | E | 0 | 29 | 15 | 51 | 2B | 3F |
| Octal | 254 | 311 | 167 | 16 | 0 | 51 | 25 | 121 | 53 | 77 |
| Binary | 10101100 | 11001001 | 1110111 | 1110 | 0 | 101001 | 10101 | 1010001 | 101011 | 111111 |
Color Harmonies of #ACC977
Complementary color
Monochromatic Colors of #ACC977
Black with #ACC977
Text Example
Text Example
White with #ACC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC977; }
p { color: rgb(172,201,119); }
H1.HeaderClassName
{
color: #ACC977;
}
.AnyTagClassName
{
color: #ACC977;
}
</style>
background-color css
<style>
a { background-color: #ACC977; }
a { background-color: rgb(172,201,119); }
div.DivClassName
{
background-color: #ACC977;
}
.BgClassName
{
background-color: #ACC977;
}
</style>
border-color css
<style>
span { border-color: #ACC977; }
span { border-color: rgb(172,201,119); }
td.TdClassName
{
border-color: #ACC977;
}
.TagClassName
{
border-color: #ACC977;
}
</style>