Shades of Caper #ABB876
Tints of Caper #ABB876
RGB
CMYK
RGB Variations
Color information
#ABB876 (or 0xABB876) is known color: Caper. HEX triplet: AB, B8 and 76. RGB value is (171,184,118). Sum of RGB (Red+Green+Blue) = 171+184+118=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB876 is #544789. Grayscale: #ACACAC. Windows color (decimal): -5523338 or 7780523. OLE color: 7780523.
HSL color Cylindrical-coordinate representation of color #ABB876: hue angle of 71.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABB876 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 118 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.28 |
| HSL | 71.82º | 0.32% | 0.59% | - |
| HSV(B) | 71.82º | 0.36% | 0.72% | - |
| XYZ | 37.21 | 44.25 | 23.72 | - |
| YUV | 172.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 118 | 0.07 | 0 | 0.36 | 0.28 | 71.82 | 0.32 | 0.59 |
| Hex | AB | B8 | 76 | 7 | 0 | 24 | 1C | 48 | 20 | 3B |
| Octal | 253 | 270 | 166 | 7 | 0 | 44 | 34 | 110 | 40 | 73 |
| Binary | 10101011 | 10111000 | 1110110 | 111 | 0 | 100100 | 11100 | 1001000 | 100000 | 111011 |
Color Harmonies of #ABB876
Complementary color
Monochromatic Colors of #ABB876
Black with #ABB876
Text Example
Text Example
White with #ABB876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB876; }
p { color: rgb(171,184,118); }
H1.HeaderClassName
{
color: #ABB876;
}
.AnyTagClassName
{
color: #ABB876;
}
</style>
background-color css
<style>
a { background-color: #ABB876; }
a { background-color: rgb(171,184,118); }
div.DivClassName
{
background-color: #ABB876;
}
.BgClassName
{
background-color: #ABB876;
}
</style>
border-color css
<style>
span { border-color: #ABB876; }
span { border-color: rgb(171,184,118); }
td.TdClassName
{
border-color: #ABB876;
}
.TagClassName
{
border-color: #ABB876;
}
</style>