Shades of Caper #ABB96C
Tints of Caper #ABB96C
RGB
CMYK
RGB Variations
Color information
#ABB96C (or 0xABB96C) is known color: Caper. HEX triplet: AB, B9 and 6C. RGB value is (171,185,108). Sum of RGB (Red+Green+Blue) = 171+185+108=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB96C is #544693. Grayscale: #ACACAC. Windows color (decimal): -5523092 or 7125419. OLE color: 7125419.
HSL color Cylindrical-coordinate representation of color #ABB96C: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABB96C is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 108 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.27 |
| HSL | 70.91º | 0.35% | 0.57% | - |
| HSV(B) | 70.91º | 0.42% | 0.73% | - |
| XYZ | 36.85 | 44.44 | 20.82 | - |
| YUV | 172.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 108 | 0.08 | 0 | 0.42 | 0.27 | 70.91 | 0.35 | 0.57 |
| Hex | AB | B9 | 6C | 8 | 0 | 2A | 1B | 47 | 23 | 39 |
| Octal | 253 | 271 | 154 | 10 | 0 | 52 | 33 | 107 | 43 | 71 |
| Binary | 10101011 | 10111001 | 1101100 | 1000 | 0 | 101010 | 11011 | 1000111 | 100011 | 111001 |
Color Harmonies of #ABB96C
Complementary color
Monochromatic Colors of #ABB96C
Black with #ABB96C
Text Example
Text Example
White with #ABB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB96C; }
p { color: rgb(171,185,108); }
H1.HeaderClassName
{
color: #ABB96C;
}
.AnyTagClassName
{
color: #ABB96C;
}
</style>
background-color css
<style>
a { background-color: #ABB96C; }
a { background-color: rgb(171,185,108); }
div.DivClassName
{
background-color: #ABB96C;
}
.BgClassName
{
background-color: #ABB96C;
}
</style>
border-color css
<style>
span { border-color: #ABB96C; }
span { border-color: rgb(171,185,108); }
td.TdClassName
{
border-color: #ABB96C;
}
.TagClassName
{
border-color: #ABB96C;
}
</style>