Shades of Caper #ABC589
Tints of Caper #ABC589
RGB
CMYK
RGB Variations
Color information
#ABC589 (or 0xABC589) is known color: Caper. HEX triplet: AB, C5 and 89. RGB value is (171,197,137). Sum of RGB (Red+Green+Blue) = 171+197+137=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC589 is #543A76. Grayscale: #B6B6B6. Windows color (decimal): -5519991 or 9029035. OLE color: 9029035.
HSL color Cylindrical-coordinate representation of color #ABC589: hue angle of 86º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC589 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 137 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.23 |
| HSL | 86º | 0.34% | 0.65% | - |
| HSV(B) | 86º | 0.3% | 0.77% | - |
| XYZ | 41.28 | 50.4 | 31.22 | - |
| YUV | 182.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 137 | 0.13 | 0 | 0.30 | 0.23 | 86 | 0.34 | 0.65 |
| Hex | AB | C5 | 89 | D | 0 | 1E | 17 | 56 | 22 | 41 |
| Octal | 253 | 305 | 211 | 15 | 0 | 36 | 27 | 126 | 42 | 101 |
| Binary | 10101011 | 11000101 | 10001001 | 1101 | 0 | 11110 | 10111 | 1010110 | 100010 | 1000001 |
Color Harmonies of #ABC589
Complementary color
Monochromatic Colors of #ABC589
Black with #ABC589
Text Example
Text Example
White with #ABC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC589; }
p { color: rgb(171,197,137); }
H1.HeaderClassName
{
color: #ABC589;
}
.AnyTagClassName
{
color: #ABC589;
}
</style>
background-color css
<style>
a { background-color: #ABC589; }
a { background-color: rgb(171,197,137); }
div.DivClassName
{
background-color: #ABC589;
}
.BgClassName
{
background-color: #ABC589;
}
</style>
border-color css
<style>
span { border-color: #ABC589; }
span { border-color: rgb(171,197,137); }
td.TdClassName
{
border-color: #ABC589;
}
.TagClassName
{
border-color: #ABC589;
}
</style>