Shades of Caper #ACC180
Tints of Caper #ACC180
RGB
CMYK
RGB Variations
Color information
#ACC180 (or 0xACC180) is known color: Caper. HEX triplet: AC, C1 and 80. RGB value is (172,193,128). Sum of RGB (Red+Green+Blue) = 172+193+128=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC180 is #533E7F. Grayscale: #B3B3B3. Windows color (decimal): -5455488 or 8438188. OLE color: 8438188.
HSL color Cylindrical-coordinate representation of color #ACC180: hue angle of 79.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACC180 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 128 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.24 |
| HSL | 79.38º | 0.34% | 0.63% | - |
| HSV(B) | 79.38º | 0.34% | 0.76% | - |
| XYZ | 39.98 | 48.47 | 27.67 | - |
| YUV | 179.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 128 | 0.11 | 0 | 0.34 | 0.24 | 79.38 | 0.34 | 0.63 |
| Hex | AC | C1 | 80 | B | 0 | 22 | 18 | 4F | 22 | 3F |
| Octal | 254 | 301 | 200 | 13 | 0 | 42 | 30 | 117 | 42 | 77 |
| Binary | 10101100 | 11000001 | 10000000 | 1011 | 0 | 100010 | 11000 | 1001111 | 100010 | 111111 |
Color Harmonies of #ACC180
Complementary color
Monochromatic Colors of #ACC180
Black with #ACC180
Text Example
Text Example
White with #ACC180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC180; }
p { color: rgb(172,193,128); }
H1.HeaderClassName
{
color: #ACC180;
}
.AnyTagClassName
{
color: #ACC180;
}
</style>
background-color css
<style>
a { background-color: #ACC180; }
a { background-color: rgb(172,193,128); }
div.DivClassName
{
background-color: #ACC180;
}
.BgClassName
{
background-color: #ACC180;
}
</style>
border-color css
<style>
span { border-color: #ACC180; }
span { border-color: rgb(172,193,128); }
td.TdClassName
{
border-color: #ACC180;
}
.TagClassName
{
border-color: #ACC180;
}
</style>