Shades of Caper #ABBC7D
Tints of Caper #ABBC7D
RGB
CMYK
RGB Variations
Color information
#ABBC7D (or 0xABBC7D) is known color: Caper. HEX triplet: AB, BC and 7D. RGB value is (171,188,125). Sum of RGB (Red+Green+Blue) = 171+188+125=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC7D is #544382. Grayscale: #AFAFAF. Windows color (decimal): -5522307 or 8240299. OLE color: 8240299.
HSL color Cylindrical-coordinate representation of color #ABBC7D: hue angle of 76.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABBC7D is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 125 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.26 |
| HSL | 76.19º | 0.32% | 0.61% | - |
| HSV(B) | 76.19º | 0.34% | 0.74% | - |
| XYZ | 38.48 | 46.11 | 26.27 | - |
| YUV | 175.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 125 | 0.09 | 0 | 0.34 | 0.26 | 76.19 | 0.32 | 0.61 |
| Hex | AB | BC | 7D | 9 | 0 | 22 | 1A | 4C | 20 | 3D |
| Octal | 253 | 274 | 175 | 11 | 0 | 42 | 32 | 114 | 40 | 75 |
| Binary | 10101011 | 10111100 | 1111101 | 1001 | 0 | 100010 | 11010 | 1001100 | 100000 | 111101 |
Color Harmonies of #ABBC7D
Complementary color
Monochromatic Colors of #ABBC7D
Black with #ABBC7D
Text Example
Text Example
White with #ABBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC7D; }
p { color: rgb(171,188,125); }
H1.HeaderClassName
{
color: #ABBC7D;
}
.AnyTagClassName
{
color: #ABBC7D;
}
</style>
background-color css
<style>
a { background-color: #ABBC7D; }
a { background-color: rgb(171,188,125); }
div.DivClassName
{
background-color: #ABBC7D;
}
.BgClassName
{
background-color: #ABBC7D;
}
</style>
border-color css
<style>
span { border-color: #ABBC7D; }
span { border-color: rgb(171,188,125); }
td.TdClassName
{
border-color: #ABBC7D;
}
.TagClassName
{
border-color: #ABBC7D;
}
</style>