Shades of Caper #ABB870
Tints of Caper #ABB870
RGB
CMYK
RGB Variations
Color information
#ABB870 (or 0xABB870) is known color: Caper. HEX triplet: AB, B8 and 70. RGB value is (171,184,112). Sum of RGB (Red+Green+Blue) = 171+184+112=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB870 is #54478F. Grayscale: #ACACAC. Windows color (decimal): -5523344 or 7387307. OLE color: 7387307.
HSL color Cylindrical-coordinate representation of color #ABB870: hue angle of 70.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABB870 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 112 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.28 |
| HSL | 70.83º | 0.34% | 0.58% | - |
| HSV(B) | 70.83º | 0.39% | 0.72% | - |
| XYZ | 36.86 | 44.11 | 21.9 | - |
| YUV | 171.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 112 | 0.07 | 0 | 0.39 | 0.28 | 70.83 | 0.34 | 0.58 |
| Hex | AB | B8 | 70 | 7 | 0 | 27 | 1C | 47 | 22 | 3A |
| Octal | 253 | 270 | 160 | 7 | 0 | 47 | 34 | 107 | 42 | 72 |
| Binary | 10101011 | 10111000 | 1110000 | 111 | 0 | 100111 | 11100 | 1000111 | 100010 | 111010 |
Color Harmonies of #ABB870
Complementary color
Monochromatic Colors of #ABB870
Black with #ABB870
Text Example
Text Example
White with #ABB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB870; }
p { color: rgb(171,184,112); }
H1.HeaderClassName
{
color: #ABB870;
}
.AnyTagClassName
{
color: #ABB870;
}
</style>
background-color css
<style>
a { background-color: #ABB870; }
a { background-color: rgb(171,184,112); }
div.DivClassName
{
background-color: #ABB870;
}
.BgClassName
{
background-color: #ABB870;
}
</style>
border-color css
<style>
span { border-color: #ABB870; }
span { border-color: rgb(171,184,112); }
td.TdClassName
{
border-color: #ABB870;
}
.TagClassName
{
border-color: #ABB870;
}
</style>