Shades of Caper #ABBA6D
Tints of Caper #ABBA6D
RGB
CMYK
RGB Variations
Color information
#ABBA6D (or 0xABBA6D) is known color: Caper. HEX triplet: AB, BA and 6D. RGB value is (171,186,109). Sum of RGB (Red+Green+Blue) = 171+186+109=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA6D is #544592. Grayscale: #ADADAD. Windows color (decimal): -5522835 or 7191211. OLE color: 7191211.
HSL color Cylindrical-coordinate representation of color #ABBA6D: hue angle of 71.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABBA6D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 109 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.27 |
| HSL | 71.69º | 0.36% | 0.58% | - |
| HSV(B) | 71.69º | 0.41% | 0.73% | - |
| XYZ | 37.11 | 44.88 | 21.17 | - |
| YUV | 172.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 109 | 0.08 | 0 | 0.41 | 0.27 | 71.69 | 0.36 | 0.58 |
| Hex | AB | BA | 6D | 8 | 0 | 29 | 1B | 48 | 24 | 3A |
| Octal | 253 | 272 | 155 | 10 | 0 | 51 | 33 | 110 | 44 | 72 |
| Binary | 10101011 | 10111010 | 1101101 | 1000 | 0 | 101001 | 11011 | 1001000 | 100100 | 111010 |
Color Harmonies of #ABBA6D
Complementary color
Monochromatic Colors of #ABBA6D
Black with #ABBA6D
Text Example
Text Example
White with #ABBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA6D; }
p { color: rgb(171,186,109); }
H1.HeaderClassName
{
color: #ABBA6D;
}
.AnyTagClassName
{
color: #ABBA6D;
}
</style>
background-color css
<style>
a { background-color: #ABBA6D; }
a { background-color: rgb(171,186,109); }
div.DivClassName
{
background-color: #ABBA6D;
}
.BgClassName
{
background-color: #ABBA6D;
}
</style>
border-color css
<style>
span { border-color: #ABBA6D; }
span { border-color: rgb(171,186,109); }
td.TdClassName
{
border-color: #ABBA6D;
}
.TagClassName
{
border-color: #ABBA6D;
}
</style>