Shades of Caper #ABBD8A
Tints of Caper #ABBD8A
RGB
CMYK
RGB Variations
Color information
#ABBD8A (or 0xABBD8A) is known color: Caper. HEX triplet: AB, BD and 8A. RGB value is (171,189,138). Sum of RGB (Red+Green+Blue) = 171+189+138=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD8A is #544275. Grayscale: #B1B1B1. Windows color (decimal): -5522038 or 9092523. OLE color: 9092523.
HSL color Cylindrical-coordinate representation of color #ABBD8A: hue angle of 81.18º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABBD8A is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 138 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.26 |
| HSL | 81.18º | 0.28% | 0.64% | - |
| HSV(B) | 81.18º | 0.27% | 0.74% | - |
| XYZ | 39.58 | 46.89 | 31.01 | - |
| YUV | 177.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 138 | 0.10 | 0 | 0.27 | 0.26 | 81.18 | 0.28 | 0.64 |
| Hex | AB | BD | 8A | A | 0 | 1B | 1A | 51 | 1C | 40 |
| Octal | 253 | 275 | 212 | 12 | 0 | 33 | 32 | 121 | 34 | 100 |
| Binary | 10101011 | 10111101 | 10001010 | 1010 | 0 | 11011 | 11010 | 1010001 | 11100 | 1000000 |
Color Harmonies of #ABBD8A
Complementary color
Monochromatic Colors of #ABBD8A
Black with #ABBD8A
Text Example
Text Example
White with #ABBD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD8A; }
p { color: rgb(171,189,138); }
H1.HeaderClassName
{
color: #ABBD8A;
}
.AnyTagClassName
{
color: #ABBD8A;
}
</style>
background-color css
<style>
a { background-color: #ABBD8A; }
a { background-color: rgb(171,189,138); }
div.DivClassName
{
background-color: #ABBD8A;
}
.BgClassName
{
background-color: #ABBD8A;
}
</style>
border-color css
<style>
span { border-color: #ABBD8A; }
span { border-color: rgb(171,189,138); }
td.TdClassName
{
border-color: #ABBD8A;
}
.TagClassName
{
border-color: #ABBD8A;
}
</style>