Shades of Caper #ABB97D
Tints of Caper #ABB97D
RGB
CMYK
RGB Variations
Color information
#ABB97D (or 0xABB97D) is known color: Caper. HEX triplet: AB, B9 and 7D. RGB value is (171,185,125). Sum of RGB (Red+Green+Blue) = 171+185+125=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB97D is #544682. Grayscale: #AEAEAE. Windows color (decimal): -5523075 or 8239531. OLE color: 8239531.
HSL color Cylindrical-coordinate representation of color #ABB97D: hue angle of 74º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB97D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 125 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.27 |
| HSL | 74º | 0.3% | 0.61% | - |
| HSV(B) | 74º | 0.32% | 0.73% | - |
| XYZ | 37.85 | 44.84 | 26.06 | - |
| YUV | 173.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 125 | 0.08 | 0 | 0.32 | 0.27 | 74 | 0.3 | 0.61 |
| Hex | AB | B9 | 7D | 8 | 0 | 20 | 1B | 4A | 1E | 3D |
| Octal | 253 | 271 | 175 | 10 | 0 | 40 | 33 | 112 | 36 | 75 |
| Binary | 10101011 | 10111001 | 1111101 | 1000 | 0 | 100000 | 11011 | 1001010 | 11110 | 111101 |
Color Harmonies of #ABB97D
Complementary color
Monochromatic Colors of #ABB97D
Black with #ABB97D
Text Example
Text Example
White with #ABB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB97D; }
p { color: rgb(171,185,125); }
H1.HeaderClassName
{
color: #ABB97D;
}
.AnyTagClassName
{
color: #ABB97D;
}
</style>
background-color css
<style>
a { background-color: #ABB97D; }
a { background-color: rgb(171,185,125); }
div.DivClassName
{
background-color: #ABB97D;
}
.BgClassName
{
background-color: #ABB97D;
}
</style>
border-color css
<style>
span { border-color: #ABB97D; }
span { border-color: rgb(171,185,125); }
td.TdClassName
{
border-color: #ABB97D;
}
.TagClassName
{
border-color: #ABB97D;
}
</style>