Shades of Caper #ABB87D
Tints of Caper #ABB87D
RGB
CMYK
RGB Variations
Color information
#ABB87D (or 0xABB87D) is known color: Caper. HEX triplet: AB, B8 and 7D. RGB value is (171,184,125). Sum of RGB (Red+Green+Blue) = 171+184+125=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB87D is #544782. Grayscale: #ADADAD. Windows color (decimal): -5523331 or 8239275. OLE color: 8239275.
HSL color Cylindrical-coordinate representation of color #ABB87D: hue angle of 73.22º 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 #ABB87D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 125 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.28 |
| HSL | 73.22º | 0.29% | 0.61% | - |
| HSV(B) | 73.22º | 0.32% | 0.72% | - |
| XYZ | 37.64 | 44.42 | 25.99 | - |
| YUV | 173.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 125 | 0.07 | 0 | 0.32 | 0.28 | 73.22 | 0.29 | 0.61 |
| Hex | AB | B8 | 7D | 7 | 0 | 20 | 1C | 49 | 1D | 3D |
| Octal | 253 | 270 | 175 | 7 | 0 | 40 | 34 | 111 | 35 | 75 |
| Binary | 10101011 | 10111000 | 1111101 | 111 | 0 | 100000 | 11100 | 1001001 | 11101 | 111101 |
Color Harmonies of #ABB87D
Complementary color
Monochromatic Colors of #ABB87D
Black with #ABB87D
Text Example
Text Example
White with #ABB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB87D; }
p { color: rgb(171,184,125); }
H1.HeaderClassName
{
color: #ABB87D;
}
.AnyTagClassName
{
color: #ABB87D;
}
</style>
background-color css
<style>
a { background-color: #ABB87D; }
a { background-color: rgb(171,184,125); }
div.DivClassName
{
background-color: #ABB87D;
}
.BgClassName
{
background-color: #ABB87D;
}
</style>
border-color css
<style>
span { border-color: #ABB87D; }
span { border-color: rgb(171,184,125); }
td.TdClassName
{
border-color: #ABB87D;
}
.TagClassName
{
border-color: #ABB87D;
}
</style>