Shades of Caper #ACC772
Tints of Caper #ACC772
RGB
CMYK
RGB Variations
Color information
#ACC772 (or 0xACC772) is known color: Caper. HEX triplet: AC, C7 and 72. RGB value is (172,199,114). Sum of RGB (Red+Green+Blue) = 172+199+114=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC772 is #53388D. Grayscale: #B5B5B5. Windows color (decimal): -5453966 or 7522220. OLE color: 7522220.
HSL color Cylindrical-coordinate representation of color #ACC772: hue angle of 79.06º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC772 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 114 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.22 |
| HSL | 79.06º | 0.43% | 0.61% | - |
| HSV(B) | 79.06º | 0.43% | 0.78% | - |
| XYZ | 40.47 | 50.83 | 23.6 | - |
| YUV | 181.24 | 90.05 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 114 | 0.14 | 0 | 0.43 | 0.22 | 79.06 | 0.43 | 0.61 |
| Hex | AC | C7 | 72 | E | 0 | 2B | 16 | 4F | 2B | 3D |
| Octal | 254 | 307 | 162 | 16 | 0 | 53 | 26 | 117 | 53 | 75 |
| Binary | 10101100 | 11000111 | 1110010 | 1110 | 0 | 101011 | 10110 | 1001111 | 101011 | 111101 |
Color Harmonies of #ACC772
Complementary color
Monochromatic Colors of #ACC772
Black with #ACC772
Text Example
Text Example
White with #ACC772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC772; }
p { color: rgb(172,199,114); }
H1.HeaderClassName
{
color: #ACC772;
}
.AnyTagClassName
{
color: #ACC772;
}
</style>
background-color css
<style>
a { background-color: #ACC772; }
a { background-color: rgb(172,199,114); }
div.DivClassName
{
background-color: #ACC772;
}
.BgClassName
{
background-color: #ACC772;
}
</style>
border-color css
<style>
span { border-color: #ACC772; }
span { border-color: rgb(172,199,114); }
td.TdClassName
{
border-color: #ACC772;
}
.TagClassName
{
border-color: #ACC772;
}
</style>