Shades of Caper #ABBD8B
Tints of Caper #ABBD8B
RGB
CMYK
RGB Variations
Color information
#ABBD8B (or 0xABBD8B) is known color: Caper. HEX triplet: AB, BD and 8B. RGB value is (171,189,139). Sum of RGB (Red+Green+Blue) = 171+189+139=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD8B is #544274. Grayscale: #B2B2B2. Windows color (decimal): -5522037 or 9158059. OLE color: 9158059.
HSL color Cylindrical-coordinate representation of color #ABBD8B: hue angle of 81.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBD8B is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 139 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.26 |
| HSL | 81.6º | 0.27% | 0.64% | - |
| HSV(B) | 81.6º | 0.26% | 0.74% | - |
| XYZ | 39.65 | 46.92 | 31.39 | - |
| YUV | 177.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 139 | 0.10 | 0 | 0.26 | 0.26 | 81.6 | 0.27 | 0.64 |
| Hex | AB | BD | 8B | A | 0 | 1A | 1A | 52 | 1B | 40 |
| Octal | 253 | 275 | 213 | 12 | 0 | 32 | 32 | 122 | 33 | 100 |
| Binary | 10101011 | 10111101 | 10001011 | 1010 | 0 | 11010 | 11010 | 1010010 | 11011 | 1000000 |
Color Harmonies of #ABBD8B
Complementary color
Monochromatic Colors of #ABBD8B
Black with #ABBD8B
Text Example
Text Example
White with #ABBD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD8B; }
p { color: rgb(171,189,139); }
H1.HeaderClassName
{
color: #ABBD8B;
}
.AnyTagClassName
{
color: #ABBD8B;
}
</style>
background-color css
<style>
a { background-color: #ABBD8B; }
a { background-color: rgb(171,189,139); }
div.DivClassName
{
background-color: #ABBD8B;
}
.BgClassName
{
background-color: #ABBD8B;
}
</style>
border-color css
<style>
span { border-color: #ABBD8B; }
span { border-color: rgb(171,189,139); }
td.TdClassName
{
border-color: #ABBD8B;
}
.TagClassName
{
border-color: #ABBD8B;
}
</style>