Shades of Caper #ABC087
Tints of Caper #ABC087
RGB
CMYK
RGB Variations
Color information
#ABC087 (or 0xABC087) is known color: Caper. HEX triplet: AB, C0 and 87. RGB value is (171,192,135). Sum of RGB (Red+Green+Blue) = 171+192+135=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC087 is #543F78. Grayscale: #B3B3B3. Windows color (decimal): -5521273 or 8896683. OLE color: 8896683.
HSL color Cylindrical-coordinate representation of color #ABC087: hue angle of 82.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC087 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 135 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.25 |
| HSL | 82.11º | 0.31% | 0.64% | - |
| HSV(B) | 82.11º | 0.3% | 0.75% | - |
| XYZ | 40.02 | 48.11 | 30.1 | - |
| YUV | 179.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 135 | 0.11 | 0 | 0.30 | 0.25 | 82.11 | 0.31 | 0.64 |
| Hex | AB | C0 | 87 | B | 0 | 1E | 19 | 52 | 1F | 40 |
| Octal | 253 | 300 | 207 | 13 | 0 | 36 | 31 | 122 | 37 | 100 |
| Binary | 10101011 | 11000000 | 10000111 | 1011 | 0 | 11110 | 11001 | 1010010 | 11111 | 1000000 |
Color Harmonies of #ABC087
Complementary color
Monochromatic Colors of #ABC087
Black with #ABC087
Text Example
Text Example
White with #ABC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC087; }
p { color: rgb(171,192,135); }
H1.HeaderClassName
{
color: #ABC087;
}
.AnyTagClassName
{
color: #ABC087;
}
</style>
background-color css
<style>
a { background-color: #ABC087; }
a { background-color: rgb(171,192,135); }
div.DivClassName
{
background-color: #ABC087;
}
.BgClassName
{
background-color: #ABC087;
}
</style>
border-color css
<style>
span { border-color: #ABC087; }
span { border-color: rgb(171,192,135); }
td.TdClassName
{
border-color: #ABC087;
}
.TagClassName
{
border-color: #ABC087;
}
</style>