Shades of Caper #ABBD8C
Tints of Caper #ABBD8C
RGB
CMYK
RGB Variations
Color information
#ABBD8C (or 0xABBD8C) is known color: Caper. HEX triplet: AB, BD and 8C. RGB value is (171,189,140). Sum of RGB (Red+Green+Blue) = 171+189+140=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD8C is #544273. Grayscale: #B2B2B2. Windows color (decimal): -5522036 or 9223595. OLE color: 9223595.
HSL color Cylindrical-coordinate representation of color #ABBD8C: hue angle of 82.04º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBD8C is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 140 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.26 |
| HSL | 82.04º | 0.27% | 0.65% | - |
| HSV(B) | 82.04º | 0.26% | 0.74% | - |
| XYZ | 39.73 | 46.95 | 31.78 | - |
| YUV | 178.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 140 | 0.10 | 0 | 0.26 | 0.26 | 82.04 | 0.27 | 0.65 |
| Hex | AB | BD | 8C | A | 0 | 1A | 1A | 52 | 1B | 41 |
| Octal | 253 | 275 | 214 | 12 | 0 | 32 | 32 | 122 | 33 | 101 |
| Binary | 10101011 | 10111101 | 10001100 | 1010 | 0 | 11010 | 11010 | 1010010 | 11011 | 1000001 |
Color Harmonies of #ABBD8C
Complementary color
Monochromatic Colors of #ABBD8C
Black with #ABBD8C
Text Example
Text Example
White with #ABBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD8C; }
p { color: rgb(171,189,140); }
H1.HeaderClassName
{
color: #ABBD8C;
}
.AnyTagClassName
{
color: #ABBD8C;
}
</style>
background-color css
<style>
a { background-color: #ABBD8C; }
a { background-color: rgb(171,189,140); }
div.DivClassName
{
background-color: #ABBD8C;
}
.BgClassName
{
background-color: #ABBD8C;
}
</style>
border-color css
<style>
span { border-color: #ABBD8C; }
span { border-color: rgb(171,189,140); }
td.TdClassName
{
border-color: #ABBD8C;
}
.TagClassName
{
border-color: #ABBD8C;
}
</style>