Shades of Caper #ACC771
Tints of Caper #ACC771
RGB
CMYK
RGB Variations
Color information
#ACC771 (or 0xACC771) is known color: Caper. HEX triplet: AC, C7 and 71. RGB value is (172,199,113). Sum of RGB (Red+Green+Blue) = 172+199+113=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC771 is #53388E. Grayscale: #B5B5B5. Windows color (decimal): -5453967 or 7456684. OLE color: 7456684.
HSL color Cylindrical-coordinate representation of color #ACC771: hue angle of 78.84º 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 #ACC771 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 113 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.22 |
| HSL | 78.84º | 0.43% | 0.61% | - |
| HSV(B) | 78.84º | 0.43% | 0.78% | - |
| XYZ | 40.42 | 50.81 | 23.3 | - |
| YUV | 181.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 113 | 0.14 | 0 | 0.43 | 0.22 | 78.84 | 0.43 | 0.61 |
| Hex | AC | C7 | 71 | E | 0 | 2B | 16 | 4F | 2B | 3D |
| Octal | 254 | 307 | 161 | 16 | 0 | 53 | 26 | 117 | 53 | 75 |
| Binary | 10101100 | 11000111 | 1110001 | 1110 | 0 | 101011 | 10110 | 1001111 | 101011 | 111101 |
Color Harmonies of #ACC771
Complementary color
Monochromatic Colors of #ACC771
Black with #ACC771
Text Example
Text Example
White with #ACC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC771; }
p { color: rgb(172,199,113); }
H1.HeaderClassName
{
color: #ACC771;
}
.AnyTagClassName
{
color: #ACC771;
}
</style>
background-color css
<style>
a { background-color: #ACC771; }
a { background-color: rgb(172,199,113); }
div.DivClassName
{
background-color: #ACC771;
}
.BgClassName
{
background-color: #ACC771;
}
</style>
border-color css
<style>
span { border-color: #ACC771; }
span { border-color: rgb(172,199,113); }
td.TdClassName
{
border-color: #ACC771;
}
.TagClassName
{
border-color: #ACC771;
}
</style>