Shades of Caper #ABB972
Tints of Caper #ABB972
RGB
CMYK
RGB Variations
Color information
#ABB972 (or 0xABB972) is known color: Caper. HEX triplet: AB, B9 and 72. RGB value is (171,185,114). Sum of RGB (Red+Green+Blue) = 171+185+114=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB972 is #54468D. Grayscale: #ACACAC. Windows color (decimal): -5523086 or 7518635. OLE color: 7518635.
HSL color Cylindrical-coordinate representation of color #ABB972: hue angle of 71.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABB972 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 114 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.27 |
| HSL | 71.83º | 0.34% | 0.59% | - |
| HSV(B) | 71.83º | 0.38% | 0.73% | - |
| XYZ | 37.18 | 44.57 | 22.56 | - |
| YUV | 172.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 114 | 0.08 | 0 | 0.38 | 0.27 | 71.83 | 0.34 | 0.59 |
| Hex | AB | B9 | 72 | 8 | 0 | 26 | 1B | 48 | 22 | 3B |
| Octal | 253 | 271 | 162 | 10 | 0 | 46 | 33 | 110 | 42 | 73 |
| Binary | 10101011 | 10111001 | 1110010 | 1000 | 0 | 100110 | 11011 | 1001000 | 100010 | 111011 |
Color Harmonies of #ABB972
Complementary color
Monochromatic Colors of #ABB972
Black with #ABB972
Text Example
Text Example
White with #ABB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB972; }
p { color: rgb(171,185,114); }
H1.HeaderClassName
{
color: #ABB972;
}
.AnyTagClassName
{
color: #ABB972;
}
</style>
background-color css
<style>
a { background-color: #ABB972; }
a { background-color: rgb(171,185,114); }
div.DivClassName
{
background-color: #ABB972;
}
.BgClassName
{
background-color: #ABB972;
}
</style>
border-color css
<style>
span { border-color: #ABB972; }
span { border-color: rgb(171,185,114); }
td.TdClassName
{
border-color: #ABB972;
}
.TagClassName
{
border-color: #ABB972;
}
</style>