Shades of Caper #ACBC84
Tints of Caper #ACBC84
RGB
CMYK
RGB Variations
Color information
#ACBC84 (or 0xACBC84) is known color: Caper. HEX triplet: AC, BC and 84. RGB value is (172,188,132). Sum of RGB (Red+Green+Blue) = 172+188+132=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC84 is #53437B. Grayscale: #B1B1B1. Windows color (decimal): -5456764 or 8699052. OLE color: 8699052.
HSL color Cylindrical-coordinate representation of color #ACBC84: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBC84 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 132 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.26 |
| HSL | 77.14º | 0.29% | 0.63% | - |
| HSV(B) | 77.14º | 0.3% | 0.74% | - |
| XYZ | 39.16 | 46.4 | 28.72 | - |
| YUV | 176.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 132 | 0.09 | 0 | 0.30 | 0.26 | 77.14 | 0.29 | 0.63 |
| Hex | AC | BC | 84 | 9 | 0 | 1E | 1A | 4D | 1D | 3F |
| Octal | 254 | 274 | 204 | 11 | 0 | 36 | 32 | 115 | 35 | 77 |
| Binary | 10101100 | 10111100 | 10000100 | 1001 | 0 | 11110 | 11010 | 1001101 | 11101 | 111111 |
Color Harmonies of #ACBC84
Complementary color
Monochromatic Colors of #ACBC84
Black with #ACBC84
Text Example
Text Example
White with #ACBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC84; }
p { color: rgb(172,188,132); }
H1.HeaderClassName
{
color: #ACBC84;
}
.AnyTagClassName
{
color: #ACBC84;
}
</style>
background-color css
<style>
a { background-color: #ACBC84; }
a { background-color: rgb(172,188,132); }
div.DivClassName
{
background-color: #ACBC84;
}
.BgClassName
{
background-color: #ACBC84;
}
</style>
border-color css
<style>
span { border-color: #ACBC84; }
span { border-color: rgb(172,188,132); }
td.TdClassName
{
border-color: #ACBC84;
}
.TagClassName
{
border-color: #ACBC84;
}
</style>