Shades of Caper #ABB86D
Tints of Caper #ABB86D
RGB
CMYK
RGB Variations
Color information
#ABB86D (or 0xABB86D) is known color: Caper. HEX triplet: AB, B8 and 6D. RGB value is (171,184,109). Sum of RGB (Red+Green+Blue) = 171+184+109=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB86D is #544792. Grayscale: #ABABAB. Windows color (decimal): -5523347 or 7190699. OLE color: 7190699.
HSL color Cylindrical-coordinate representation of color #ABB86D: hue angle of 70.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABB86D is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 109 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.28 |
| HSL | 70.4º | 0.35% | 0.57% | - |
| HSV(B) | 70.4º | 0.41% | 0.72% | - |
| XYZ | 36.7 | 44.04 | 21.04 | - |
| YUV | 171.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 109 | 0.07 | 0 | 0.41 | 0.28 | 70.4 | 0.35 | 0.57 |
| Hex | AB | B8 | 6D | 7 | 0 | 29 | 1C | 46 | 23 | 39 |
| Octal | 253 | 270 | 155 | 7 | 0 | 51 | 34 | 106 | 43 | 71 |
| Binary | 10101011 | 10111000 | 1101101 | 111 | 0 | 101001 | 11100 | 1000110 | 100011 | 111001 |
Color Harmonies of #ABB86D
Complementary color
Monochromatic Colors of #ABB86D
Black with #ABB86D
Text Example
Text Example
White with #ABB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB86D; }
p { color: rgb(171,184,109); }
H1.HeaderClassName
{
color: #ABB86D;
}
.AnyTagClassName
{
color: #ABB86D;
}
</style>
background-color css
<style>
a { background-color: #ABB86D; }
a { background-color: rgb(171,184,109); }
div.DivClassName
{
background-color: #ABB86D;
}
.BgClassName
{
background-color: #ABB86D;
}
</style>
border-color css
<style>
span { border-color: #ABB86D; }
span { border-color: rgb(171,184,109); }
td.TdClassName
{
border-color: #ABB86D;
}
.TagClassName
{
border-color: #ABB86D;
}
</style>