Shades of Caper #ABBD86
Tints of Caper #ABBD86
RGB
CMYK
RGB Variations
Color information
#ABBD86 (or 0xABBD86) is known color: Caper. HEX triplet: AB, BD and 86. RGB value is (171,189,134). Sum of RGB (Red+Green+Blue) = 171+189+134=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD86 is #544279. Grayscale: #B1B1B1. Windows color (decimal): -5522042 or 8830379. OLE color: 8830379.
HSL color Cylindrical-coordinate representation of color #ABBD86: hue angle of 79.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBD86 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 134 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.26 |
| HSL | 79.64º | 0.29% | 0.63% | - |
| HSV(B) | 79.64º | 0.29% | 0.74% | - |
| XYZ | 39.3 | 46.77 | 29.51 | - |
| YUV | 177.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 134 | 0.10 | 0 | 0.29 | 0.26 | 79.64 | 0.29 | 0.63 |
| Hex | AB | BD | 86 | A | 0 | 1D | 1A | 50 | 1D | 3F |
| Octal | 253 | 275 | 206 | 12 | 0 | 35 | 32 | 120 | 35 | 77 |
| Binary | 10101011 | 10111101 | 10000110 | 1010 | 0 | 11101 | 11010 | 1010000 | 11101 | 111111 |
Color Harmonies of #ABBD86
Complementary color
Monochromatic Colors of #ABBD86
Black with #ABBD86
Text Example
Text Example
White with #ABBD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD86; }
p { color: rgb(171,189,134); }
H1.HeaderClassName
{
color: #ABBD86;
}
.AnyTagClassName
{
color: #ABBD86;
}
</style>
background-color css
<style>
a { background-color: #ABBD86; }
a { background-color: rgb(171,189,134); }
div.DivClassName
{
background-color: #ABBD86;
}
.BgClassName
{
background-color: #ABBD86;
}
</style>
border-color css
<style>
span { border-color: #ABBD86; }
span { border-color: rgb(171,189,134); }
td.TdClassName
{
border-color: #ABBD86;
}
.TagClassName
{
border-color: #ABBD86;
}
</style>