Shades of Caper #ACC97C
Tints of Caper #ACC97C
RGB
CMYK
RGB Variations
Color information
#ACC97C (or 0xACC97C) is known color: Caper. HEX triplet: AC, C9 and 7C. RGB value is (172,201,124). Sum of RGB (Red+Green+Blue) = 172+201+124=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC97C is #533683. Grayscale: #B7B7B7. Windows color (decimal): -5453444 or 8178092. OLE color: 8178092.
HSL color Cylindrical-coordinate representation of color #ACC97C: hue angle of 82.6º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACC97C is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 124 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.21 |
| HSL | 82.6º | 0.42% | 0.64% | - |
| HSV(B) | 82.6º | 0.38% | 0.79% | - |
| XYZ | 41.54 | 52 | 26.92 | - |
| YUV | 183.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 124 | 0.14 | 0 | 0.38 | 0.21 | 82.6 | 0.42 | 0.64 |
| Hex | AC | C9 | 7C | E | 0 | 26 | 15 | 53 | 2A | 40 |
| Octal | 254 | 311 | 174 | 16 | 0 | 46 | 25 | 123 | 52 | 100 |
| Binary | 10101100 | 11001001 | 1111100 | 1110 | 0 | 100110 | 10101 | 1010011 | 101010 | 1000000 |
Color Harmonies of #ACC97C
Complementary color
Monochromatic Colors of #ACC97C
Black with #ACC97C
Text Example
Text Example
White with #ACC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC97C; }
p { color: rgb(172,201,124); }
H1.HeaderClassName
{
color: #ACC97C;
}
.AnyTagClassName
{
color: #ACC97C;
}
</style>
background-color css
<style>
a { background-color: #ACC97C; }
a { background-color: rgb(172,201,124); }
div.DivClassName
{
background-color: #ACC97C;
}
.BgClassName
{
background-color: #ACC97C;
}
</style>
border-color css
<style>
span { border-color: #ACC97C; }
span { border-color: rgb(172,201,124); }
td.TdClassName
{
border-color: #ACC97C;
}
.TagClassName
{
border-color: #ACC97C;
}
</style>