Shades of Caper #ABC686
Tints of Caper #ABC686
RGB
CMYK
RGB Variations
Color information
#ABC686 (or 0xABC686) is known color: Caper. HEX triplet: AB, C6 and 86. RGB value is (171,198,134). Sum of RGB (Red+Green+Blue) = 171+198+134=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC686 is #543979. Grayscale: #B6B6B6. Windows color (decimal): -5519738 or 8832683. OLE color: 8832683.
HSL color Cylindrical-coordinate representation of color #ABC686: hue angle of 85.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC686 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 134 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.22 |
| HSL | 85.31º | 0.36% | 0.65% | - |
| HSV(B) | 85.31º | 0.32% | 0.78% | - |
| XYZ | 41.29 | 50.77 | 30.18 | - |
| YUV | 182.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 134 | 0.14 | 0 | 0.32 | 0.22 | 85.31 | 0.36 | 0.65 |
| Hex | AB | C6 | 86 | E | 0 | 20 | 16 | 55 | 24 | 41 |
| Octal | 253 | 306 | 206 | 16 | 0 | 40 | 26 | 125 | 44 | 101 |
| Binary | 10101011 | 11000110 | 10000110 | 1110 | 0 | 100000 | 10110 | 1010101 | 100100 | 1000001 |
Color Harmonies of #ABC686
Complementary color
Monochromatic Colors of #ABC686
Black with #ABC686
Text Example
Text Example
White with #ABC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC686; }
p { color: rgb(171,198,134); }
H1.HeaderClassName
{
color: #ABC686;
}
.AnyTagClassName
{
color: #ABC686;
}
</style>
background-color css
<style>
a { background-color: #ABC686; }
a { background-color: rgb(171,198,134); }
div.DivClassName
{
background-color: #ABC686;
}
.BgClassName
{
background-color: #ABC686;
}
</style>
border-color css
<style>
span { border-color: #ABC686; }
span { border-color: rgb(171,198,134); }
td.TdClassName
{
border-color: #ABC686;
}
.TagClassName
{
border-color: #ABC686;
}
</style>