Shades of Caper #ABC486
Tints of Caper #ABC486
RGB
CMYK
RGB Variations
Color information
#ABC486 (or 0xABC486) is known color: Caper. HEX triplet: AB, C4 and 86. RGB value is (171,196,134). Sum of RGB (Red+Green+Blue) = 171+196+134=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC486 is #543B79. Grayscale: #B5B5B5. Windows color (decimal): -5520250 or 8832171. OLE color: 8832171.
HSL color Cylindrical-coordinate representation of color #ABC486: hue angle of 84.19º degrees, saturation: 0.34, 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 #ABC486 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 134 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.23 |
| HSL | 84.19º | 0.34% | 0.65% | - |
| HSV(B) | 84.19º | 0.32% | 0.77% | - |
| XYZ | 40.84 | 49.86 | 30.03 | - |
| YUV | 181.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 134 | 0.13 | 0 | 0.32 | 0.23 | 84.19 | 0.34 | 0.65 |
| Hex | AB | C4 | 86 | D | 0 | 20 | 17 | 54 | 22 | 41 |
| Octal | 253 | 304 | 206 | 15 | 0 | 40 | 27 | 124 | 42 | 101 |
| Binary | 10101011 | 11000100 | 10000110 | 1101 | 0 | 100000 | 10111 | 1010100 | 100010 | 1000001 |
Color Harmonies of #ABC486
Complementary color
Monochromatic Colors of #ABC486
Black with #ABC486
Text Example
Text Example
White with #ABC486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC486; }
p { color: rgb(171,196,134); }
H1.HeaderClassName
{
color: #ABC486;
}
.AnyTagClassName
{
color: #ABC486;
}
</style>
background-color css
<style>
a { background-color: #ABC486; }
a { background-color: rgb(171,196,134); }
div.DivClassName
{
background-color: #ABC486;
}
.BgClassName
{
background-color: #ABC486;
}
</style>
border-color css
<style>
span { border-color: #ABC486; }
span { border-color: rgb(171,196,134); }
td.TdClassName
{
border-color: #ABC486;
}
.TagClassName
{
border-color: #ABC486;
}
</style>