Shades of Caper #ACC286
Tints of Caper #ACC286
RGB
CMYK
RGB Variations
Color information
#ACC286 (or 0xACC286) is known color: Caper. HEX triplet: AC, C2 and 86. RGB value is (172,194,134). Sum of RGB (Red+Green+Blue) = 172+194+134=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC286 is #533D79. Grayscale: #B4B4B4. Windows color (decimal): -5455226 or 8831660. OLE color: 8831660.
HSL color Cylindrical-coordinate representation of color #ACC286: hue angle of 82º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC286 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 134 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.24 |
| HSL | 82º | 0.33% | 0.64% | - |
| HSV(B) | 82º | 0.31% | 0.76% | - |
| XYZ | 40.61 | 49.08 | 29.89 | - |
| YUV | 180.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 134 | 0.11 | 0 | 0.31 | 0.24 | 82 | 0.33 | 0.64 |
| Hex | AC | C2 | 86 | B | 0 | 1F | 18 | 52 | 21 | 40 |
| Octal | 254 | 302 | 206 | 13 | 0 | 37 | 30 | 122 | 41 | 100 |
| Binary | 10101100 | 11000010 | 10000110 | 1011 | 0 | 11111 | 11000 | 1010010 | 100001 | 1000000 |
Color Harmonies of #ACC286
Complementary color
Monochromatic Colors of #ACC286
Black with #ACC286
Text Example
Text Example
White with #ACC286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC286; }
p { color: rgb(172,194,134); }
H1.HeaderClassName
{
color: #ACC286;
}
.AnyTagClassName
{
color: #ACC286;
}
</style>
background-color css
<style>
a { background-color: #ACC286; }
a { background-color: rgb(172,194,134); }
div.DivClassName
{
background-color: #ACC286;
}
.BgClassName
{
background-color: #ACC286;
}
</style>
border-color css
<style>
span { border-color: #ACC286; }
span { border-color: rgb(172,194,134); }
td.TdClassName
{
border-color: #ACC286;
}
.TagClassName
{
border-color: #ACC286;
}
</style>