Shades of Caper #ABBC8B
Tints of Caper #ABBC8B
RGB
CMYK
RGB Variations
Color information
#ABBC8B (or 0xABBC8B) is known color: Caper. HEX triplet: AB, BC and 8B. RGB value is (171,188,139). Sum of RGB (Red+Green+Blue) = 171+188+139=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC8B is #544374. Grayscale: #B1B1B1. Windows color (decimal): -5522293 or 9157803. OLE color: 9157803.
HSL color Cylindrical-coordinate representation of color #ABBC8B: hue angle of 80.82º 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 #ABBC8B is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 139 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.26 |
| HSL | 80.82º | 0.27% | 0.64% | - |
| HSV(B) | 80.82º | 0.26% | 0.74% | - |
| XYZ | 39.44 | 46.49 | 31.32 | - |
| YUV | 177.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 139 | 0.09 | 0 | 0.26 | 0.26 | 80.82 | 0.27 | 0.64 |
| Hex | AB | BC | 8B | 9 | 0 | 1A | 1A | 51 | 1B | 40 |
| Octal | 253 | 274 | 213 | 11 | 0 | 32 | 32 | 121 | 33 | 100 |
| Binary | 10101011 | 10111100 | 10001011 | 1001 | 0 | 11010 | 11010 | 1010001 | 11011 | 1000000 |
Color Harmonies of #ABBC8B
Complementary color
Monochromatic Colors of #ABBC8B
Black with #ABBC8B
Text Example
Text Example
White with #ABBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC8B; }
p { color: rgb(171,188,139); }
H1.HeaderClassName
{
color: #ABBC8B;
}
.AnyTagClassName
{
color: #ABBC8B;
}
</style>
background-color css
<style>
a { background-color: #ABBC8B; }
a { background-color: rgb(171,188,139); }
div.DivClassName
{
background-color: #ABBC8B;
}
.BgClassName
{
background-color: #ABBC8B;
}
</style>
border-color css
<style>
span { border-color: #ABBC8B; }
span { border-color: rgb(171,188,139); }
td.TdClassName
{
border-color: #ABBC8B;
}
.TagClassName
{
border-color: #ABBC8B;
}
</style>