Shades of Caper #ABC085
Tints of Caper #ABC085
RGB
CMYK
RGB Variations
Color information
#ABC085 (or 0xABC085) is known color: Caper. HEX triplet: AB, C0 and 85. RGB value is (171,192,133). Sum of RGB (Red+Green+Blue) = 171+192+133=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC085 is #543F7A. Grayscale: #B3B3B3. Windows color (decimal): -5521275 or 8765611. OLE color: 8765611.
HSL color Cylindrical-coordinate representation of color #ABC085: hue angle of 81.36º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC085 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 133 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.25 |
| HSL | 81.36º | 0.32% | 0.64% | - |
| HSV(B) | 81.36º | 0.31% | 0.75% | - |
| XYZ | 39.88 | 48.05 | 29.36 | - |
| YUV | 179 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 133 | 0.11 | 0 | 0.31 | 0.25 | 81.36 | 0.32 | 0.64 |
| Hex | AB | C0 | 85 | B | 0 | 1F | 19 | 51 | 20 | 40 |
| Octal | 253 | 300 | 205 | 13 | 0 | 37 | 31 | 121 | 40 | 100 |
| Binary | 10101011 | 11000000 | 10000101 | 1011 | 0 | 11111 | 11001 | 1010001 | 100000 | 1000000 |
Color Harmonies of #ABC085
Complementary color
Monochromatic Colors of #ABC085
Black with #ABC085
Text Example
Text Example
White with #ABC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC085; }
p { color: rgb(171,192,133); }
H1.HeaderClassName
{
color: #ABC085;
}
.AnyTagClassName
{
color: #ABC085;
}
</style>
background-color css
<style>
a { background-color: #ABC085; }
a { background-color: rgb(171,192,133); }
div.DivClassName
{
background-color: #ABC085;
}
.BgClassName
{
background-color: #ABC085;
}
</style>
border-color css
<style>
span { border-color: #ABC085; }
span { border-color: rgb(171,192,133); }
td.TdClassName
{
border-color: #ABC085;
}
.TagClassName
{
border-color: #ABC085;
}
</style>