Shades of Caper #ACC872
Tints of Caper #ACC872
RGB
CMYK
RGB Variations
Color information
#ACC872 (or 0xACC872) is known color: Caper. HEX triplet: AC, C8 and 72. RGB value is (172,200,114). Sum of RGB (Red+Green+Blue) = 172+200+114=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC872 is #53378D. Grayscale: #B6B6B6. Windows color (decimal): -5453710 or 7522476. OLE color: 7522476.
HSL color Cylindrical-coordinate representation of color #ACC872: hue angle of 79.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACC872 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 114 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.22 |
| HSL | 79.53º | 0.44% | 0.62% | - |
| HSV(B) | 79.53º | 0.43% | 0.78% | - |
| XYZ | 40.7 | 51.29 | 23.67 | - |
| YUV | 181.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 114 | 0.14 | 0 | 0.43 | 0.22 | 79.53 | 0.44 | 0.62 |
| Hex | AC | C8 | 72 | E | 0 | 2B | 16 | 50 | 2C | 3E |
| Octal | 254 | 310 | 162 | 16 | 0 | 53 | 26 | 120 | 54 | 76 |
| Binary | 10101100 | 11001000 | 1110010 | 1110 | 0 | 101011 | 10110 | 1010000 | 101100 | 111110 |
Color Harmonies of #ACC872
Complementary color
Monochromatic Colors of #ACC872
Black with #ACC872
Text Example
Text Example
White with #ACC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC872; }
p { color: rgb(172,200,114); }
H1.HeaderClassName
{
color: #ACC872;
}
.AnyTagClassName
{
color: #ACC872;
}
</style>
background-color css
<style>
a { background-color: #ACC872; }
a { background-color: rgb(172,200,114); }
div.DivClassName
{
background-color: #ACC872;
}
.BgClassName
{
background-color: #ACC872;
}
</style>
border-color css
<style>
span { border-color: #ACC872; }
span { border-color: rgb(172,200,114); }
td.TdClassName
{
border-color: #ACC872;
}
.TagClassName
{
border-color: #ACC872;
}
</style>