Shades of Caper #ABC57E
Tints of Caper #ABC57E
RGB
CMYK
RGB Variations
Color information
#ABC57E (or 0xABC57E) is known color: Caper. HEX triplet: AB, C5 and 7E. RGB value is (171,197,126). Sum of RGB (Red+Green+Blue) = 171+197+126=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC57E is #543A81. Grayscale: #B5B5B5. Windows color (decimal): -5520002 or 8308139. OLE color: 8308139.
HSL color Cylindrical-coordinate representation of color #ABC57E: hue angle of 81.97º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABC57E is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 126 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.23 |
| HSL | 81.97º | 0.38% | 0.63% | - |
| HSV(B) | 81.97º | 0.36% | 0.77% | - |
| XYZ | 40.53 | 50.1 | 27.27 | - |
| YUV | 181.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 126 | 0.13 | 0 | 0.36 | 0.23 | 81.97 | 0.38 | 0.63 |
| Hex | AB | C5 | 7E | D | 0 | 24 | 17 | 52 | 26 | 3F |
| Octal | 253 | 305 | 176 | 15 | 0 | 44 | 27 | 122 | 46 | 77 |
| Binary | 10101011 | 11000101 | 1111110 | 1101 | 0 | 100100 | 10111 | 1010010 | 100110 | 111111 |
Color Harmonies of #ABC57E
Complementary color
Monochromatic Colors of #ABC57E
Black with #ABC57E
Text Example
Text Example
White with #ABC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC57E; }
p { color: rgb(171,197,126); }
H1.HeaderClassName
{
color: #ABC57E;
}
.AnyTagClassName
{
color: #ABC57E;
}
</style>
background-color css
<style>
a { background-color: #ABC57E; }
a { background-color: rgb(171,197,126); }
div.DivClassName
{
background-color: #ABC57E;
}
.BgClassName
{
background-color: #ABC57E;
}
</style>
border-color css
<style>
span { border-color: #ABC57E; }
span { border-color: rgb(171,197,126); }
td.TdClassName
{
border-color: #ABC57E;
}
.TagClassName
{
border-color: #ABC57E;
}
</style>