Shades of Caper #ABBD7D
Tints of Caper #ABBD7D
RGB
CMYK
RGB Variations
Color information
#ABBD7D (or 0xABBD7D) is known color: Caper. HEX triplet: AB, BD and 7D. RGB value is (171,189,125). Sum of RGB (Red+Green+Blue) = 171+189+125=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD7D is #544282. Grayscale: #B0B0B0. Windows color (decimal): -5522051 or 8240555. OLE color: 8240555.
HSL color Cylindrical-coordinate representation of color #ABBD7D: hue angle of 76.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABBD7D is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 125 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.26 |
| HSL | 76.88º | 0.33% | 0.62% | - |
| HSV(B) | 76.88º | 0.34% | 0.74% | - |
| XYZ | 38.69 | 46.53 | 26.34 | - |
| YUV | 176.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 125 | 0.10 | 0 | 0.34 | 0.26 | 76.88 | 0.33 | 0.62 |
| Hex | AB | BD | 7D | A | 0 | 22 | 1A | 4D | 21 | 3E |
| Octal | 253 | 275 | 175 | 12 | 0 | 42 | 32 | 115 | 41 | 76 |
| Binary | 10101011 | 10111101 | 1111101 | 1010 | 0 | 100010 | 11010 | 1001101 | 100001 | 111110 |
Color Harmonies of #ABBD7D
Complementary color
Monochromatic Colors of #ABBD7D
Black with #ABBD7D
Text Example
Text Example
White with #ABBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD7D; }
p { color: rgb(171,189,125); }
H1.HeaderClassName
{
color: #ABBD7D;
}
.AnyTagClassName
{
color: #ABBD7D;
}
</style>
background-color css
<style>
a { background-color: #ABBD7D; }
a { background-color: rgb(171,189,125); }
div.DivClassName
{
background-color: #ABBD7D;
}
.BgClassName
{
background-color: #ABBD7D;
}
</style>
border-color css
<style>
span { border-color: #ABBD7D; }
span { border-color: rgb(171,189,125); }
td.TdClassName
{
border-color: #ABBD7D;
}
.TagClassName
{
border-color: #ABBD7D;
}
</style>