Shades of Caper #ABC46E
Tints of Caper #ABC46E
RGB
CMYK
RGB Variations
Color information
#ABC46E (or 0xABC46E) is known color: Caper. HEX triplet: AB, C4 and 6E. RGB value is (171,196,110). Sum of RGB (Red+Green+Blue) = 171+196+110=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC46E is #543B91. Grayscale: #B3B3B3. Windows color (decimal): -5520274 or 7259307. OLE color: 7259307.
HSL color Cylindrical-coordinate representation of color #ABC46E: hue angle of 77.44º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABC46E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 110 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.23 |
| HSL | 77.44º | 0.42% | 0.6% | - |
| HSV(B) | 77.44º | 0.44% | 0.77% | - |
| XYZ | 39.35 | 49.26 | 22.19 | - |
| YUV | 178.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 110 | 0.13 | 0 | 0.44 | 0.23 | 77.44 | 0.42 | 0.6 |
| Hex | AB | C4 | 6E | D | 0 | 2C | 17 | 4D | 2A | 3C |
| Octal | 253 | 304 | 156 | 15 | 0 | 54 | 27 | 115 | 52 | 74 |
| Binary | 10101011 | 11000100 | 1101110 | 1101 | 0 | 101100 | 10111 | 1001101 | 101010 | 111100 |
Color Harmonies of #ABC46E
Complementary color
Monochromatic Colors of #ABC46E
Black with #ABC46E
Text Example
Text Example
White with #ABC46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC46E; }
p { color: rgb(171,196,110); }
H1.HeaderClassName
{
color: #ABC46E;
}
.AnyTagClassName
{
color: #ABC46E;
}
</style>
background-color css
<style>
a { background-color: #ABC46E; }
a { background-color: rgb(171,196,110); }
div.DivClassName
{
background-color: #ABC46E;
}
.BgClassName
{
background-color: #ABC46E;
}
</style>
border-color css
<style>
span { border-color: #ABC46E; }
span { border-color: rgb(171,196,110); }
td.TdClassName
{
border-color: #ABC46E;
}
.TagClassName
{
border-color: #ABC46E;
}
</style>