Shades of Caper #ABBD88
Tints of Caper #ABBD88
RGB
CMYK
RGB Variations
Color information
#ABBD88 (or 0xABBD88) is known color: Caper. HEX triplet: AB, BD and 88. RGB value is (171,189,136). Sum of RGB (Red+Green+Blue) = 171+189+136=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD88 is #544277. Grayscale: #B1B1B1. Windows color (decimal): -5522040 or 8961451. OLE color: 8961451.
HSL color Cylindrical-coordinate representation of color #ABBD88: hue angle of 80.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABBD88 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 136 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.26 |
| HSL | 80.38º | 0.29% | 0.64% | - |
| HSV(B) | 80.38º | 0.28% | 0.74% | - |
| XYZ | 39.44 | 46.83 | 30.25 | - |
| YUV | 177.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 136 | 0.10 | 0 | 0.28 | 0.26 | 80.38 | 0.29 | 0.64 |
| Hex | AB | BD | 88 | A | 0 | 1C | 1A | 50 | 1D | 40 |
| Octal | 253 | 275 | 210 | 12 | 0 | 34 | 32 | 120 | 35 | 100 |
| Binary | 10101011 | 10111101 | 10001000 | 1010 | 0 | 11100 | 11010 | 1010000 | 11101 | 1000000 |
Color Harmonies of #ABBD88
Complementary color
Monochromatic Colors of #ABBD88
Black with #ABBD88
Text Example
Text Example
White with #ABBD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD88; }
p { color: rgb(171,189,136); }
H1.HeaderClassName
{
color: #ABBD88;
}
.AnyTagClassName
{
color: #ABBD88;
}
</style>
background-color css
<style>
a { background-color: #ABBD88; }
a { background-color: rgb(171,189,136); }
div.DivClassName
{
background-color: #ABBD88;
}
.BgClassName
{
background-color: #ABBD88;
}
</style>
border-color css
<style>
span { border-color: #ABBD88; }
span { border-color: rgb(171,189,136); }
td.TdClassName
{
border-color: #ABBD88;
}
.TagClassName
{
border-color: #ABBD88;
}
</style>