Shades of Caper #ACC880
Tints of Caper #ACC880
RGB
CMYK
RGB Variations
Color information
#ACC880 (or 0xACC880) is known color: Caper. HEX triplet: AC, C8 and 80. RGB value is (172,200,128). Sum of RGB (Red+Green+Blue) = 172+200+128=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC880 is #53377F. Grayscale: #B7B7B7. Windows color (decimal): -5453696 or 8439980. OLE color: 8439980.
HSL color Cylindrical-coordinate representation of color #ACC880: hue angle of 83.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACC880 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 128 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.22 |
| HSL | 83.33º | 0.4% | 0.64% | - |
| HSV(B) | 83.33º | 0.36% | 0.78% | - |
| XYZ | 41.56 | 51.64 | 28.2 | - |
| YUV | 183.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 128 | 0.14 | 0 | 0.36 | 0.22 | 83.33 | 0.4 | 0.64 |
| Hex | AC | C8 | 80 | E | 0 | 24 | 16 | 53 | 28 | 40 |
| Octal | 254 | 310 | 200 | 16 | 0 | 44 | 26 | 123 | 50 | 100 |
| Binary | 10101100 | 11001000 | 10000000 | 1110 | 0 | 100100 | 10110 | 1010011 | 101000 | 1000000 |
Color Harmonies of #ACC880
Complementary color
Monochromatic Colors of #ACC880
Black with #ACC880
Text Example
Text Example
White with #ACC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC880; }
p { color: rgb(172,200,128); }
H1.HeaderClassName
{
color: #ACC880;
}
.AnyTagClassName
{
color: #ACC880;
}
</style>
background-color css
<style>
a { background-color: #ACC880; }
a { background-color: rgb(172,200,128); }
div.DivClassName
{
background-color: #ACC880;
}
.BgClassName
{
background-color: #ACC880;
}
</style>
border-color css
<style>
span { border-color: #ACC880; }
span { border-color: rgb(172,200,128); }
td.TdClassName
{
border-color: #ACC880;
}
.TagClassName
{
border-color: #ACC880;
}
</style>