Shades of Caper #ABB976
Tints of Caper #ABB976
RGB
CMYK
RGB Variations
Color information
#ABB976 (or 0xABB976) is known color: Caper. HEX triplet: AB, B9 and 76. RGB value is (171,185,118). Sum of RGB (Red+Green+Blue) = 171+185+118=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB976 is #544689. Grayscale: #ADADAD. Windows color (decimal): -5523082 or 7780779. OLE color: 7780779.
HSL color Cylindrical-coordinate representation of color #ABB976: hue angle of 72.54º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABB976 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 118 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.27 |
| HSL | 72.54º | 0.32% | 0.59% | - |
| HSV(B) | 72.54º | 0.36% | 0.73% | - |
| XYZ | 37.41 | 44.66 | 23.79 | - |
| YUV | 173.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 118 | 0.08 | 0 | 0.36 | 0.27 | 72.54 | 0.32 | 0.59 |
| Hex | AB | B9 | 76 | 8 | 0 | 24 | 1B | 49 | 20 | 3B |
| Octal | 253 | 271 | 166 | 10 | 0 | 44 | 33 | 111 | 40 | 73 |
| Binary | 10101011 | 10111001 | 1110110 | 1000 | 0 | 100100 | 11011 | 1001001 | 100000 | 111011 |
Color Harmonies of #ABB976
Complementary color
Monochromatic Colors of #ABB976
Black with #ABB976
Text Example
Text Example
White with #ABB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB976; }
p { color: rgb(171,185,118); }
H1.HeaderClassName
{
color: #ABB976;
}
.AnyTagClassName
{
color: #ABB976;
}
</style>
background-color css
<style>
a { background-color: #ABB976; }
a { background-color: rgb(171,185,118); }
div.DivClassName
{
background-color: #ABB976;
}
.BgClassName
{
background-color: #ABB976;
}
</style>
border-color css
<style>
span { border-color: #ABB976; }
span { border-color: rgb(171,185,118); }
td.TdClassName
{
border-color: #ABB976;
}
.TagClassName
{
border-color: #ABB976;
}
</style>