Shades of Caper #ACC084
Tints of Caper #ACC084
RGB
CMYK
RGB Variations
Color information
#ACC084 (or 0xACC084) is known color: Caper. HEX triplet: AC, C0 and 84. RGB value is (172,192,132). Sum of RGB (Red+Green+Blue) = 172+192+132=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC084 is #533F7B. Grayscale: #B3B3B3. Windows color (decimal): -5455740 or 8700076. OLE color: 8700076.
HSL color Cylindrical-coordinate representation of color #ACC084: hue angle of 80º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC084 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 132 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.25 |
| HSL | 80º | 0.32% | 0.64% | - |
| HSV(B) | 80º | 0.31% | 0.75% | - |
| XYZ | 40.03 | 48.14 | 29.01 | - |
| YUV | 179.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 132 | 0.10 | 0 | 0.31 | 0.25 | 80 | 0.32 | 0.64 |
| Hex | AC | C0 | 84 | A | 0 | 1F | 19 | 50 | 20 | 40 |
| Octal | 254 | 300 | 204 | 12 | 0 | 37 | 31 | 120 | 40 | 100 |
| Binary | 10101100 | 11000000 | 10000100 | 1010 | 0 | 11111 | 11001 | 1010000 | 100000 | 1000000 |
Color Harmonies of #ACC084
Complementary color
Monochromatic Colors of #ACC084
Black with #ACC084
Text Example
Text Example
White with #ACC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC084; }
p { color: rgb(172,192,132); }
H1.HeaderClassName
{
color: #ACC084;
}
.AnyTagClassName
{
color: #ACC084;
}
</style>
background-color css
<style>
a { background-color: #ACC084; }
a { background-color: rgb(172,192,132); }
div.DivClassName
{
background-color: #ACC084;
}
.BgClassName
{
background-color: #ACC084;
}
</style>
border-color css
<style>
span { border-color: #ACC084; }
span { border-color: rgb(172,192,132); }
td.TdClassName
{
border-color: #ACC084;
}
.TagClassName
{
border-color: #ACC084;
}
</style>