Shades of Caper #ABB87E
Tints of Caper #ABB87E
RGB
CMYK
RGB Variations
Color information
#ABB87E (or 0xABB87E) is known color: Caper. HEX triplet: AB, B8 and 7E. RGB value is (171,184,126). Sum of RGB (Red+Green+Blue) = 171+184+126=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB87E is #544781. Grayscale: #ADADAD. Windows color (decimal): -5523330 or 8304811. OLE color: 8304811.
HSL color Cylindrical-coordinate representation of color #ABB87E: hue angle of 73.45º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB87E is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 126 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.28 |
| HSL | 73.45º | 0.29% | 0.61% | - |
| HSV(B) | 73.45º | 0.32% | 0.72% | - |
| XYZ | 37.7 | 44.45 | 26.33 | - |
| YUV | 173.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 126 | 0.07 | 0 | 0.32 | 0.28 | 73.45 | 0.29 | 0.61 |
| Hex | AB | B8 | 7E | 7 | 0 | 20 | 1C | 49 | 1D | 3D |
| Octal | 253 | 270 | 176 | 7 | 0 | 40 | 34 | 111 | 35 | 75 |
| Binary | 10101011 | 10111000 | 1111110 | 111 | 0 | 100000 | 11100 | 1001001 | 11101 | 111101 |
Color Harmonies of #ABB87E
Complementary color
Monochromatic Colors of #ABB87E
Black with #ABB87E
Text Example
Text Example
White with #ABB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB87E; }
p { color: rgb(171,184,126); }
H1.HeaderClassName
{
color: #ABB87E;
}
.AnyTagClassName
{
color: #ABB87E;
}
</style>
background-color css
<style>
a { background-color: #ABB87E; }
a { background-color: rgb(171,184,126); }
div.DivClassName
{
background-color: #ABB87E;
}
.BgClassName
{
background-color: #ABB87E;
}
</style>
border-color css
<style>
span { border-color: #ABB87E; }
span { border-color: rgb(171,184,126); }
td.TdClassName
{
border-color: #ABB87E;
}
.TagClassName
{
border-color: #ABB87E;
}
</style>