Shades of Caper #ABC188
Tints of Caper #ABC188
RGB
CMYK
RGB Variations
Color information
#ABC188 (or 0xABC188) is known color: Caper. HEX triplet: AB, C1 and 88. RGB value is (171,193,136). Sum of RGB (Red+Green+Blue) = 171+193+136=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC188 is #543E77. Grayscale: #B4B4B4. Windows color (decimal): -5521016 or 8962475. OLE color: 8962475.
HSL color Cylindrical-coordinate representation of color #ABC188: hue angle of 83.16º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC188 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 136 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.24 |
| HSL | 83.16º | 0.31% | 0.65% | - |
| HSV(B) | 83.16º | 0.3% | 0.76% | - |
| XYZ | 40.31 | 48.58 | 30.54 | - |
| YUV | 179.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 136 | 0.11 | 0 | 0.30 | 0.24 | 83.16 | 0.31 | 0.65 |
| Hex | AB | C1 | 88 | B | 0 | 1E | 18 | 53 | 1F | 41 |
| Octal | 253 | 301 | 210 | 13 | 0 | 36 | 30 | 123 | 37 | 101 |
| Binary | 10101011 | 11000001 | 10001000 | 1011 | 0 | 11110 | 11000 | 1010011 | 11111 | 1000001 |
Color Harmonies of #ABC188
Complementary color
Monochromatic Colors of #ABC188
Black with #ABC188
Text Example
Text Example
White with #ABC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC188; }
p { color: rgb(171,193,136); }
H1.HeaderClassName
{
color: #ABC188;
}
.AnyTagClassName
{
color: #ABC188;
}
</style>
background-color css
<style>
a { background-color: #ABC188; }
a { background-color: rgb(171,193,136); }
div.DivClassName
{
background-color: #ABC188;
}
.BgClassName
{
background-color: #ABC188;
}
</style>
border-color css
<style>
span { border-color: #ABC188; }
span { border-color: rgb(171,193,136); }
td.TdClassName
{
border-color: #ABC188;
}
.TagClassName
{
border-color: #ABC188;
}
</style>