Shades of Caper #ABC586
Tints of Caper #ABC586
RGB
CMYK
RGB Variations
Color information
#ABC586 (or 0xABC586) is known color: Caper. HEX triplet: AB, C5 and 86. RGB value is (171,197,134). Sum of RGB (Red+Green+Blue) = 171+197+134=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC586 is #543A79. Grayscale: #B6B6B6. Windows color (decimal): -5519994 or 8832427. OLE color: 8832427.
HSL color Cylindrical-coordinate representation of color #ABC586: hue angle of 84.76º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC586 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 134 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.23 |
| HSL | 84.76º | 0.35% | 0.65% | - |
| HSV(B) | 84.76º | 0.32% | 0.77% | - |
| XYZ | 41.06 | 50.31 | 30.1 | - |
| YUV | 182.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 134 | 0.13 | 0 | 0.32 | 0.23 | 84.76 | 0.35 | 0.65 |
| Hex | AB | C5 | 86 | D | 0 | 20 | 17 | 55 | 23 | 41 |
| Octal | 253 | 305 | 206 | 15 | 0 | 40 | 27 | 125 | 43 | 101 |
| Binary | 10101011 | 11000101 | 10000110 | 1101 | 0 | 100000 | 10111 | 1010101 | 100011 | 1000001 |
Color Harmonies of #ABC586
Complementary color
Monochromatic Colors of #ABC586
Black with #ABC586
Text Example
Text Example
White with #ABC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC586; }
p { color: rgb(171,197,134); }
H1.HeaderClassName
{
color: #ABC586;
}
.AnyTagClassName
{
color: #ABC586;
}
</style>
background-color css
<style>
a { background-color: #ABC586; }
a { background-color: rgb(171,197,134); }
div.DivClassName
{
background-color: #ABC586;
}
.BgClassName
{
background-color: #ABC586;
}
</style>
border-color css
<style>
span { border-color: #ABC586; }
span { border-color: rgb(171,197,134); }
td.TdClassName
{
border-color: #ABC586;
}
.TagClassName
{
border-color: #ABC586;
}
</style>