Shades of Caper #ABC585
Tints of Caper #ABC585
RGB
CMYK
RGB Variations
Color information
#ABC585 (or 0xABC585) is known color: Caper. HEX triplet: AB, C5 and 85. RGB value is (171,197,133). Sum of RGB (Red+Green+Blue) = 171+197+133=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC585 is #543A7A. Grayscale: #B6B6B6. Windows color (decimal): -5519995 or 8766891. OLE color: 8766891.
HSL color Cylindrical-coordinate representation of color #ABC585: hue angle of 84.38º degrees, saturation: 0.36, 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 #ABC585 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 133 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.23 |
| HSL | 84.38º | 0.36% | 0.65% | - |
| HSV(B) | 84.38º | 0.32% | 0.77% | - |
| XYZ | 40.99 | 50.28 | 29.74 | - |
| YUV | 181.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 133 | 0.13 | 0 | 0.32 | 0.23 | 84.38 | 0.36 | 0.65 |
| Hex | AB | C5 | 85 | D | 0 | 20 | 17 | 54 | 24 | 41 |
| Octal | 253 | 305 | 205 | 15 | 0 | 40 | 27 | 124 | 44 | 101 |
| Binary | 10101011 | 11000101 | 10000101 | 1101 | 0 | 100000 | 10111 | 1010100 | 100100 | 1000001 |
Color Harmonies of #ABC585
Complementary color
Monochromatic Colors of #ABC585
Black with #ABC585
Text Example
Text Example
White with #ABC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC585; }
p { color: rgb(171,197,133); }
H1.HeaderClassName
{
color: #ABC585;
}
.AnyTagClassName
{
color: #ABC585;
}
</style>
background-color css
<style>
a { background-color: #ABC585; }
a { background-color: rgb(171,197,133); }
div.DivClassName
{
background-color: #ABC585;
}
.BgClassName
{
background-color: #ABC585;
}
</style>
border-color css
<style>
span { border-color: #ABC585; }
span { border-color: rgb(171,197,133); }
td.TdClassName
{
border-color: #ABC585;
}
.TagClassName
{
border-color: #ABC585;
}
</style>