Shades of Caper #ACC387
Tints of Caper #ACC387
RGB
CMYK
RGB Variations
Color information
#ACC387 (or 0xACC387) is known color: Caper. HEX triplet: AC, C3 and 87. RGB value is (172,195,135). Sum of RGB (Red+Green+Blue) = 172+195+135=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC387 is #533C78. Grayscale: #B5B5B5. Windows color (decimal): -5454969 or 8897452. OLE color: 8897452.
HSL color Cylindrical-coordinate representation of color #ACC387: hue angle of 83º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC387 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 135 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.24 |
| HSL | 83º | 0.33% | 0.65% | - |
| HSV(B) | 83º | 0.31% | 0.76% | - |
| XYZ | 40.9 | 49.55 | 30.33 | - |
| YUV | 181.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 135 | 0.12 | 0 | 0.31 | 0.24 | 83 | 0.33 | 0.65 |
| Hex | AC | C3 | 87 | C | 0 | 1F | 18 | 53 | 21 | 41 |
| Octal | 254 | 303 | 207 | 14 | 0 | 37 | 30 | 123 | 41 | 101 |
| Binary | 10101100 | 11000011 | 10000111 | 1100 | 0 | 11111 | 11000 | 1010011 | 100001 | 1000001 |
Color Harmonies of #ACC387
Complementary color
Monochromatic Colors of #ACC387
Black with #ACC387
Text Example
Text Example
White with #ACC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC387; }
p { color: rgb(172,195,135); }
H1.HeaderClassName
{
color: #ACC387;
}
.AnyTagClassName
{
color: #ACC387;
}
</style>
background-color css
<style>
a { background-color: #ACC387; }
a { background-color: rgb(172,195,135); }
div.DivClassName
{
background-color: #ACC387;
}
.BgClassName
{
background-color: #ACC387;
}
</style>
border-color css
<style>
span { border-color: #ACC387; }
span { border-color: rgb(172,195,135); }
td.TdClassName
{
border-color: #ACC387;
}
.TagClassName
{
border-color: #ACC387;
}
</style>