Shades of Caper #ABC988
Tints of Caper #ABC988
RGB
CMYK
RGB Variations
Color information
#ABC988 (or 0xABC988) is known color: Caper. HEX triplet: AB, C9 and 88. RGB value is (171,201,136). Sum of RGB (Red+Green+Blue) = 171+201+136=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC988 is #543677. Grayscale: #B8B8B8. Windows color (decimal): -5518968 or 8964523. OLE color: 8964523.
HSL color Cylindrical-coordinate representation of color #ABC988: hue angle of 87.69º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC988 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 136 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.21 |
| HSL | 87.69º | 0.38% | 0.66% | - |
| HSV(B) | 87.69º | 0.32% | 0.79% | - |
| XYZ | 42.13 | 52.21 | 31.15 | - |
| YUV | 184.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 136 | 0.15 | 0 | 0.32 | 0.21 | 87.69 | 0.38 | 0.66 |
| Hex | AB | C9 | 88 | F | 0 | 20 | 15 | 58 | 26 | 42 |
| Octal | 253 | 311 | 210 | 17 | 0 | 40 | 25 | 130 | 46 | 102 |
| Binary | 10101011 | 11001001 | 10001000 | 1111 | 0 | 100000 | 10101 | 1011000 | 100110 | 1000010 |
Color Harmonies of #ABC988
Complementary color
Monochromatic Colors of #ABC988
Black with #ABC988
Text Example
Text Example
White with #ABC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC988; }
p { color: rgb(171,201,136); }
H1.HeaderClassName
{
color: #ABC988;
}
.AnyTagClassName
{
color: #ABC988;
}
</style>
background-color css
<style>
a { background-color: #ABC988; }
a { background-color: rgb(171,201,136); }
div.DivClassName
{
background-color: #ABC988;
}
.BgClassName
{
background-color: #ABC988;
}
</style>
border-color css
<style>
span { border-color: #ABC988; }
span { border-color: rgb(171,201,136); }
td.TdClassName
{
border-color: #ABC988;
}
.TagClassName
{
border-color: #ABC988;
}
</style>