Shades of Caper #ACC184
Tints of Caper #ACC184
RGB
CMYK
RGB Variations
Color information
#ACC184 (or 0xACC184) is known color: Caper. HEX triplet: AC, C1 and 84. RGB value is (172,193,132). Sum of RGB (Red+Green+Blue) = 172+193+132=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC184 is #533E7B. Grayscale: #B3B3B3. Windows color (decimal): -5455484 or 8700332. OLE color: 8700332.
HSL color Cylindrical-coordinate representation of color #ACC184: hue angle of 80.66º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACC184 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 132 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.24 |
| HSL | 80.66º | 0.33% | 0.64% | - |
| HSV(B) | 80.66º | 0.32% | 0.76% | - |
| XYZ | 40.25 | 48.58 | 29.08 | - |
| YUV | 179.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 132 | 0.11 | 0 | 0.32 | 0.24 | 80.66 | 0.33 | 0.64 |
| Hex | AC | C1 | 84 | B | 0 | 20 | 18 | 51 | 21 | 40 |
| Octal | 254 | 301 | 204 | 13 | 0 | 40 | 30 | 121 | 41 | 100 |
| Binary | 10101100 | 11000001 | 10000100 | 1011 | 0 | 100000 | 11000 | 1010001 | 100001 | 1000000 |
Color Harmonies of #ACC184
Complementary color
Monochromatic Colors of #ACC184
Black with #ACC184
Text Example
Text Example
White with #ACC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC184; }
p { color: rgb(172,193,132); }
H1.HeaderClassName
{
color: #ACC184;
}
.AnyTagClassName
{
color: #ACC184;
}
</style>
background-color css
<style>
a { background-color: #ACC184; }
a { background-color: rgb(172,193,132); }
div.DivClassName
{
background-color: #ACC184;
}
.BgClassName
{
background-color: #ACC184;
}
</style>
border-color css
<style>
span { border-color: #ACC184; }
span { border-color: rgb(172,193,132); }
td.TdClassName
{
border-color: #ACC184;
}
.TagClassName
{
border-color: #ACC184;
}
</style>