Shades of Caper #ABB980
Tints of Caper #ABB980
RGB
CMYK
RGB Variations
Color information
#ABB980 (or 0xABB980) is known color: Caper. HEX triplet: AB, B9 and 80. RGB value is (171,185,128). Sum of RGB (Red+Green+Blue) = 171+185+128=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB980 is #54467F. Grayscale: #AEAEAE. Windows color (decimal): -5523072 or 8436139. OLE color: 8436139.
HSL color Cylindrical-coordinate representation of color #ABB980: hue angle of 74.74º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABB980 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 128 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.27 |
| HSL | 74.74º | 0.29% | 0.61% | - |
| HSV(B) | 74.74º | 0.31% | 0.73% | - |
| XYZ | 38.04 | 44.91 | 27.09 | - |
| YUV | 174.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 128 | 0.08 | 0 | 0.31 | 0.27 | 74.74 | 0.29 | 0.61 |
| Hex | AB | B9 | 80 | 8 | 0 | 1F | 1B | 4B | 1D | 3D |
| Octal | 253 | 271 | 200 | 10 | 0 | 37 | 33 | 113 | 35 | 75 |
| Binary | 10101011 | 10111001 | 10000000 | 1000 | 0 | 11111 | 11011 | 1001011 | 11101 | 111101 |
Color Harmonies of #ABB980
Complementary color
Monochromatic Colors of #ABB980
Black with #ABB980
Text Example
Text Example
White with #ABB980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB980; }
p { color: rgb(171,185,128); }
H1.HeaderClassName
{
color: #ABB980;
}
.AnyTagClassName
{
color: #ABB980;
}
</style>
background-color css
<style>
a { background-color: #ABB980; }
a { background-color: rgb(171,185,128); }
div.DivClassName
{
background-color: #ABB980;
}
.BgClassName
{
background-color: #ABB980;
}
</style>
border-color css
<style>
span { border-color: #ABB980; }
span { border-color: rgb(171,185,128); }
td.TdClassName
{
border-color: #ABB980;
}
.TagClassName
{
border-color: #ABB980;
}
</style>