Shades of Caper #ABB875
Tints of Caper #ABB875
RGB
CMYK
RGB Variations
Color information
#ABB875 (or 0xABB875) is known color: Caper. HEX triplet: AB, B8 and 75. RGB value is (171,184,117). Sum of RGB (Red+Green+Blue) = 171+184+117=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB875 is #54478A. Grayscale: #ACACAC. Windows color (decimal): -5523339 or 7714987. OLE color: 7714987.
HSL color Cylindrical-coordinate representation of color #ABB875: hue angle of 71.64º 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 #ABB875 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 117 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.28 |
| HSL | 71.64º | 0.32% | 0.59% | - |
| HSV(B) | 71.64º | 0.36% | 0.72% | - |
| XYZ | 37.15 | 44.22 | 23.41 | - |
| YUV | 172.48 | 96.69 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 117 | 0.07 | 0 | 0.36 | 0.28 | 71.64 | 0.32 | 0.59 |
| Hex | AB | B8 | 75 | 7 | 0 | 24 | 1C | 48 | 20 | 3B |
| Octal | 253 | 270 | 165 | 7 | 0 | 44 | 34 | 110 | 40 | 73 |
| Binary | 10101011 | 10111000 | 1110101 | 111 | 0 | 100100 | 11100 | 1001000 | 100000 | 111011 |
Color Harmonies of #ABB875
Complementary color
Monochromatic Colors of #ABB875
Black with #ABB875
Text Example
Text Example
White with #ABB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB875; }
p { color: rgb(171,184,117); }
H1.HeaderClassName
{
color: #ABB875;
}
.AnyTagClassName
{
color: #ABB875;
}
</style>
background-color css
<style>
a { background-color: #ABB875; }
a { background-color: rgb(171,184,117); }
div.DivClassName
{
background-color: #ABB875;
}
.BgClassName
{
background-color: #ABB875;
}
</style>
border-color css
<style>
span { border-color: #ABB875; }
span { border-color: rgb(171,184,117); }
td.TdClassName
{
border-color: #ABB875;
}
.TagClassName
{
border-color: #ABB875;
}
</style>