Shades of Caper #ABC487
Tints of Caper #ABC487
RGB
CMYK
RGB Variations
Color information
#ABC487 (or 0xABC487) is known color: Caper. HEX triplet: AB, C4 and 87. RGB value is (171,196,135). Sum of RGB (Red+Green+Blue) = 171+196+135=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC487 is #543B78. Grayscale: #B5B5B5. Windows color (decimal): -5520249 or 8897707. OLE color: 8897707.
HSL color Cylindrical-coordinate representation of color #ABC487: hue angle of 84.59º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC487 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 135 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.23 |
| HSL | 84.59º | 0.34% | 0.65% | - |
| HSV(B) | 84.59º | 0.31% | 0.77% | - |
| XYZ | 40.91 | 49.89 | 30.39 | - |
| YUV | 181.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 135 | 0.13 | 0 | 0.31 | 0.23 | 84.59 | 0.34 | 0.65 |
| Hex | AB | C4 | 87 | D | 0 | 1F | 17 | 55 | 22 | 41 |
| Octal | 253 | 304 | 207 | 15 | 0 | 37 | 27 | 125 | 42 | 101 |
| Binary | 10101011 | 11000100 | 10000111 | 1101 | 0 | 11111 | 10111 | 1010101 | 100010 | 1000001 |
Color Harmonies of #ABC487
Complementary color
Monochromatic Colors of #ABC487
Black with #ABC487
Text Example
Text Example
White with #ABC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC487; }
p { color: rgb(171,196,135); }
H1.HeaderClassName
{
color: #ABC487;
}
.AnyTagClassName
{
color: #ABC487;
}
</style>
background-color css
<style>
a { background-color: #ABC487; }
a { background-color: rgb(171,196,135); }
div.DivClassName
{
background-color: #ABC487;
}
.BgClassName
{
background-color: #ABC487;
}
</style>
border-color css
<style>
span { border-color: #ABC487; }
span { border-color: rgb(171,196,135); }
td.TdClassName
{
border-color: #ABC487;
}
.TagClassName
{
border-color: #ABC487;
}
</style>