Shades of Caper #ABC986
Tints of Caper #ABC986
RGB
CMYK
RGB Variations
Color information
#ABC986 (or 0xABC986) is known color: Caper. HEX triplet: AB, C9 and 86. RGB value is (171,201,134). Sum of RGB (Red+Green+Blue) = 171+201+134=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC986 is #543679. Grayscale: #B8B8B8. Windows color (decimal): -5518970 or 8833451. OLE color: 8833451.
HSL color Cylindrical-coordinate representation of color #ABC986: hue angle of 86.87º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC986 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 134 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.21 |
| HSL | 86.87º | 0.38% | 0.66% | - |
| HSV(B) | 86.87º | 0.33% | 0.79% | - |
| XYZ | 41.98 | 52.15 | 30.41 | - |
| YUV | 184.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 134 | 0.15 | 0 | 0.33 | 0.21 | 86.87 | 0.38 | 0.66 |
| Hex | AB | C9 | 86 | F | 0 | 21 | 15 | 57 | 26 | 42 |
| Octal | 253 | 311 | 206 | 17 | 0 | 41 | 25 | 127 | 46 | 102 |
| Binary | 10101011 | 11001001 | 10000110 | 1111 | 0 | 100001 | 10101 | 1010111 | 100110 | 1000010 |
Color Harmonies of #ABC986
Complementary color
Monochromatic Colors of #ABC986
Black with #ABC986
Text Example
Text Example
White with #ABC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC986; }
p { color: rgb(171,201,134); }
H1.HeaderClassName
{
color: #ABC986;
}
.AnyTagClassName
{
color: #ABC986;
}
</style>
background-color css
<style>
a { background-color: #ABC986; }
a { background-color: rgb(171,201,134); }
div.DivClassName
{
background-color: #ABC986;
}
.BgClassName
{
background-color: #ABC986;
}
</style>
border-color css
<style>
span { border-color: #ABC986; }
span { border-color: rgb(171,201,134); }
td.TdClassName
{
border-color: #ABC986;
}
.TagClassName
{
border-color: #ABC986;
}
</style>