Shades of Caper #ACC57D
Tints of Caper #ACC57D
RGB
CMYK
RGB Variations
Color information
#ACC57D (or 0xACC57D) is known color: Caper. HEX triplet: AC, C5 and 7D. RGB value is (172,197,125). Sum of RGB (Red+Green+Blue) = 172+197+125=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC57D is #533A82. Grayscale: #B5B5B5. Windows color (decimal): -5454467 or 8242604. OLE color: 8242604.
HSL color Cylindrical-coordinate representation of color #ACC57D: hue angle of 80.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACC57D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 125 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.23 |
| HSL | 80.83º | 0.38% | 0.63% | - |
| HSV(B) | 80.83º | 0.37% | 0.77% | - |
| XYZ | 40.68 | 50.18 | 26.94 | - |
| YUV | 181.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 125 | 0.13 | 0 | 0.37 | 0.23 | 80.83 | 0.38 | 0.63 |
| Hex | AC | C5 | 7D | D | 0 | 25 | 17 | 51 | 26 | 3F |
| Octal | 254 | 305 | 175 | 15 | 0 | 45 | 27 | 121 | 46 | 77 |
| Binary | 10101100 | 11000101 | 1111101 | 1101 | 0 | 100101 | 10111 | 1010001 | 100110 | 111111 |
Color Harmonies of #ACC57D
Complementary color
Monochromatic Colors of #ACC57D
Black with #ACC57D
Text Example
Text Example
White with #ACC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC57D; }
p { color: rgb(172,197,125); }
H1.HeaderClassName
{
color: #ACC57D;
}
.AnyTagClassName
{
color: #ACC57D;
}
</style>
background-color css
<style>
a { background-color: #ACC57D; }
a { background-color: rgb(172,197,125); }
div.DivClassName
{
background-color: #ACC57D;
}
.BgClassName
{
background-color: #ACC57D;
}
</style>
border-color css
<style>
span { border-color: #ACC57D; }
span { border-color: rgb(172,197,125); }
td.TdClassName
{
border-color: #ACC57D;
}
.TagClassName
{
border-color: #ACC57D;
}
</style>