Shades of Caper #ABC16E
Tints of Caper #ABC16E
RGB
CMYK
RGB Variations
Color information
#ABC16E (or 0xABC16E) is known color: Caper. HEX triplet: AB, C1 and 6E. RGB value is (171,193,110). Sum of RGB (Red+Green+Blue) = 171+193+110=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC16E is #543E91. Grayscale: #B1B1B1. Windows color (decimal): -5521042 or 7258539. OLE color: 7258539.
HSL color Cylindrical-coordinate representation of color #ABC16E: hue angle of 75.9º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABC16E is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 110 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.24 |
| HSL | 75.9º | 0.4% | 0.59% | - |
| HSV(B) | 75.9º | 0.43% | 0.76% | - |
| XYZ | 38.68 | 47.92 | 21.96 | - |
| YUV | 176.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 110 | 0.11 | 0 | 0.43 | 0.24 | 75.9 | 0.4 | 0.59 |
| Hex | AB | C1 | 6E | B | 0 | 2B | 18 | 4C | 28 | 3B |
| Octal | 253 | 301 | 156 | 13 | 0 | 53 | 30 | 114 | 50 | 73 |
| Binary | 10101011 | 11000001 | 1101110 | 1011 | 0 | 101011 | 11000 | 1001100 | 101000 | 111011 |
Color Harmonies of #ABC16E
Complementary color
Monochromatic Colors of #ABC16E
Black with #ABC16E
Text Example
Text Example
White with #ABC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC16E; }
p { color: rgb(171,193,110); }
H1.HeaderClassName
{
color: #ABC16E;
}
.AnyTagClassName
{
color: #ABC16E;
}
</style>
background-color css
<style>
a { background-color: #ABC16E; }
a { background-color: rgb(171,193,110); }
div.DivClassName
{
background-color: #ABC16E;
}
.BgClassName
{
background-color: #ABC16E;
}
</style>
border-color css
<style>
span { border-color: #ABC16E; }
span { border-color: rgb(171,193,110); }
td.TdClassName
{
border-color: #ABC16E;
}
.TagClassName
{
border-color: #ABC16E;
}
</style>