Shades of Caper #ABB971
Tints of Caper #ABB971
RGB
CMYK
RGB Variations
Color information
#ABB971 (or 0xABB971) is known color: Caper. HEX triplet: AB, B9 and 71. RGB value is (171,185,113). Sum of RGB (Red+Green+Blue) = 171+185+113=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB971 is #54468E. Grayscale: #ACACAC. Windows color (decimal): -5523087 or 7453099. OLE color: 7453099.
HSL color Cylindrical-coordinate representation of color #ABB971: hue angle of 71.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABB971 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 113 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.27 |
| HSL | 71.67º | 0.34% | 0.58% | - |
| HSV(B) | 71.67º | 0.39% | 0.73% | - |
| XYZ | 37.12 | 44.55 | 22.26 | - |
| YUV | 172.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 113 | 0.08 | 0 | 0.39 | 0.27 | 71.67 | 0.34 | 0.58 |
| Hex | AB | B9 | 71 | 8 | 0 | 27 | 1B | 48 | 22 | 3A |
| Octal | 253 | 271 | 161 | 10 | 0 | 47 | 33 | 110 | 42 | 72 |
| Binary | 10101011 | 10111001 | 1110001 | 1000 | 0 | 100111 | 11011 | 1001000 | 100010 | 111010 |
Color Harmonies of #ABB971
Complementary color
Monochromatic Colors of #ABB971
Black with #ABB971
Text Example
Text Example
White with #ABB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB971; }
p { color: rgb(171,185,113); }
H1.HeaderClassName
{
color: #ABB971;
}
.AnyTagClassName
{
color: #ABB971;
}
</style>
background-color css
<style>
a { background-color: #ABB971; }
a { background-color: rgb(171,185,113); }
div.DivClassName
{
background-color: #ABB971;
}
.BgClassName
{
background-color: #ABB971;
}
</style>
border-color css
<style>
span { border-color: #ABB971; }
span { border-color: rgb(171,185,113); }
td.TdClassName
{
border-color: #ABB971;
}
.TagClassName
{
border-color: #ABB971;
}
</style>