Shades of Caper #ABB781
Tints of Caper #ABB781
RGB
CMYK
RGB Variations
Color information
#ABB781 (or 0xABB781) is known color: Caper. HEX triplet: AB, B7 and 81. RGB value is (171,183,129). Sum of RGB (Red+Green+Blue) = 171+183+129=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB781 is #54487E. Grayscale: #ADADAD. Windows color (decimal): -5523583 or 8501163. OLE color: 8501163.
HSL color Cylindrical-coordinate representation of color #ABB781: hue angle of 73.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB781 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 129 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.28 |
| HSL | 73.33º | 0.27% | 0.61% | - |
| HSV(B) | 73.33º | 0.3% | 0.72% | - |
| XYZ | 37.69 | 44.11 | 27.3 | - |
| YUV | 173.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 129 | 0.07 | 0 | 0.30 | 0.28 | 73.33 | 0.27 | 0.61 |
| Hex | AB | B7 | 81 | 7 | 0 | 1E | 1C | 49 | 1B | 3D |
| Octal | 253 | 267 | 201 | 7 | 0 | 36 | 34 | 111 | 33 | 75 |
| Binary | 10101011 | 10110111 | 10000001 | 111 | 0 | 11110 | 11100 | 1001001 | 11011 | 111101 |
Color Harmonies of #ABB781
Complementary color
Monochromatic Colors of #ABB781
Black with #ABB781
Text Example
Text Example
White with #ABB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB781; }
p { color: rgb(171,183,129); }
H1.HeaderClassName
{
color: #ABB781;
}
.AnyTagClassName
{
color: #ABB781;
}
</style>
background-color css
<style>
a { background-color: #ABB781; }
a { background-color: rgb(171,183,129); }
div.DivClassName
{
background-color: #ABB781;
}
.BgClassName
{
background-color: #ABB781;
}
</style>
border-color css
<style>
span { border-color: #ABB781; }
span { border-color: rgb(171,183,129); }
td.TdClassName
{
border-color: #ABB781;
}
.TagClassName
{
border-color: #ABB781;
}
</style>