Shades of Caper #ABBC7A
Tints of Caper #ABBC7A
RGB
CMYK
RGB Variations
Color information
#ABBC7A (or 0xABBC7A) is known color: Caper. HEX triplet: AB, BC and 7A. RGB value is (171,188,122). Sum of RGB (Red+Green+Blue) = 171+188+122=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC7A is #544385. Grayscale: #AFAFAF. Windows color (decimal): -5522310 or 8043691. OLE color: 8043691.
HSL color Cylindrical-coordinate representation of color #ABBC7A: hue angle of 75.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABBC7A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 122 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.26 |
| HSL | 75.45º | 0.33% | 0.61% | - |
| HSV(B) | 75.45º | 0.35% | 0.74% | - |
| XYZ | 38.29 | 46.03 | 25.28 | - |
| YUV | 175.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 122 | 0.09 | 0 | 0.35 | 0.26 | 75.45 | 0.33 | 0.61 |
| Hex | AB | BC | 7A | 9 | 0 | 23 | 1A | 4B | 21 | 3D |
| Octal | 253 | 274 | 172 | 11 | 0 | 43 | 32 | 113 | 41 | 75 |
| Binary | 10101011 | 10111100 | 1111010 | 1001 | 0 | 100011 | 11010 | 1001011 | 100001 | 111101 |
Color Harmonies of #ABBC7A
Complementary color
Monochromatic Colors of #ABBC7A
Black with #ABBC7A
Text Example
Text Example
White with #ABBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC7A; }
p { color: rgb(171,188,122); }
H1.HeaderClassName
{
color: #ABBC7A;
}
.AnyTagClassName
{
color: #ABBC7A;
}
</style>
background-color css
<style>
a { background-color: #ABBC7A; }
a { background-color: rgb(171,188,122); }
div.DivClassName
{
background-color: #ABBC7A;
}
.BgClassName
{
background-color: #ABBC7A;
}
</style>
border-color css
<style>
span { border-color: #ABBC7A; }
span { border-color: rgb(171,188,122); }
td.TdClassName
{
border-color: #ABBC7A;
}
.TagClassName
{
border-color: #ABBC7A;
}
</style>