Shades of Caper #ACC97D
Tints of Caper #ACC97D
RGB
CMYK
RGB Variations
Color information
#ACC97D (or 0xACC97D) is known color: Caper. HEX triplet: AC, C9 and 7D. RGB value is (172,201,125). Sum of RGB (Red+Green+Blue) = 172+201+125=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC97D is #533682. Grayscale: #B7B7B7. Windows color (decimal): -5453443 or 8243628. OLE color: 8243628.
HSL color Cylindrical-coordinate representation of color #ACC97D: hue angle of 82.89º degrees, saturation: 0.41, 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 #ACC97D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 125 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.21 |
| HSL | 82.89º | 0.41% | 0.64% | - |
| HSV(B) | 82.89º | 0.38% | 0.79% | - |
| XYZ | 41.6 | 52.02 | 27.25 | - |
| YUV | 183.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 125 | 0.14 | 0 | 0.38 | 0.21 | 82.89 | 0.41 | 0.64 |
| Hex | AC | C9 | 7D | E | 0 | 26 | 15 | 53 | 29 | 40 |
| Octal | 254 | 311 | 175 | 16 | 0 | 46 | 25 | 123 | 51 | 100 |
| Binary | 10101100 | 11001001 | 1111101 | 1110 | 0 | 100110 | 10101 | 1010011 | 101001 | 1000000 |
Color Harmonies of #ACC97D
Complementary color
Monochromatic Colors of #ACC97D
Black with #ACC97D
Text Example
Text Example
White with #ACC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC97D; }
p { color: rgb(172,201,125); }
H1.HeaderClassName
{
color: #ACC97D;
}
.AnyTagClassName
{
color: #ACC97D;
}
</style>
background-color css
<style>
a { background-color: #ACC97D; }
a { background-color: rgb(172,201,125); }
div.DivClassName
{
background-color: #ACC97D;
}
.BgClassName
{
background-color: #ACC97D;
}
</style>
border-color css
<style>
span { border-color: #ACC97D; }
span { border-color: rgb(172,201,125); }
td.TdClassName
{
border-color: #ACC97D;
}
.TagClassName
{
border-color: #ACC97D;
}
</style>