Shades of Caper #ABC57C
Tints of Caper #ABC57C
RGB
CMYK
RGB Variations
Color information
#ABC57C (or 0xABC57C) is known color: Caper. HEX triplet: AB, C5 and 7C. RGB value is (171,197,124). Sum of RGB (Red+Green+Blue) = 171+197+124=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC57C is #543A83. Grayscale: #B5B5B5. Windows color (decimal): -5520004 or 8177067. OLE color: 8177067.
HSL color Cylindrical-coordinate representation of color #ABC57C: hue angle of 81.37º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABC57C is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 124 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.23 |
| HSL | 81.37º | 0.39% | 0.63% | - |
| HSV(B) | 81.37º | 0.37% | 0.77% | - |
| XYZ | 40.4 | 50.05 | 26.6 | - |
| YUV | 180.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 124 | 0.13 | 0 | 0.37 | 0.23 | 81.37 | 0.39 | 0.63 |
| Hex | AB | C5 | 7C | D | 0 | 25 | 17 | 51 | 27 | 3F |
| Octal | 253 | 305 | 174 | 15 | 0 | 45 | 27 | 121 | 47 | 77 |
| Binary | 10101011 | 11000101 | 1111100 | 1101 | 0 | 100101 | 10111 | 1010001 | 100111 | 111111 |
Color Harmonies of #ABC57C
Complementary color
Monochromatic Colors of #ABC57C
Black with #ABC57C
Text Example
Text Example
White with #ABC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC57C; }
p { color: rgb(171,197,124); }
H1.HeaderClassName
{
color: #ABC57C;
}
.AnyTagClassName
{
color: #ABC57C;
}
</style>
background-color css
<style>
a { background-color: #ABC57C; }
a { background-color: rgb(171,197,124); }
div.DivClassName
{
background-color: #ABC57C;
}
.BgClassName
{
background-color: #ABC57C;
}
</style>
border-color css
<style>
span { border-color: #ABC57C; }
span { border-color: rgb(171,197,124); }
td.TdClassName
{
border-color: #ABC57C;
}
.TagClassName
{
border-color: #ABC57C;
}
</style>