Shades of Caper #ABC56E
Tints of Caper #ABC56E
RGB
CMYK
RGB Variations
Color information
#ABC56E (or 0xABC56E) is known color: Caper. HEX triplet: AB, C5 and 6E. RGB value is (171,197,110). Sum of RGB (Red+Green+Blue) = 171+197+110=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC56E is #543A91. Grayscale: #B3B3B3. Windows color (decimal): -5520018 or 7259563. OLE color: 7259563.
HSL color Cylindrical-coordinate representation of color #ABC56E: hue angle of 77.93º degrees, saturation: 0.43, 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 #ABC56E is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 110 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.23 |
| HSL | 77.93º | 0.43% | 0.6% | - |
| HSV(B) | 77.93º | 0.44% | 0.77% | - |
| XYZ | 39.58 | 49.72 | 22.26 | - |
| YUV | 179.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 110 | 0.13 | 0 | 0.44 | 0.23 | 77.93 | 0.43 | 0.6 |
| Hex | AB | C5 | 6E | D | 0 | 2C | 17 | 4E | 2B | 3C |
| Octal | 253 | 305 | 156 | 15 | 0 | 54 | 27 | 116 | 53 | 74 |
| Binary | 10101011 | 11000101 | 1101110 | 1101 | 0 | 101100 | 10111 | 1001110 | 101011 | 111100 |
Color Harmonies of #ABC56E
Complementary color
Monochromatic Colors of #ABC56E
Black with #ABC56E
Text Example
Text Example
White with #ABC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC56E; }
p { color: rgb(171,197,110); }
H1.HeaderClassName
{
color: #ABC56E;
}
.AnyTagClassName
{
color: #ABC56E;
}
</style>
background-color css
<style>
a { background-color: #ABC56E; }
a { background-color: rgb(171,197,110); }
div.DivClassName
{
background-color: #ABC56E;
}
.BgClassName
{
background-color: #ABC56E;
}
</style>
border-color css
<style>
span { border-color: #ABC56E; }
span { border-color: rgb(171,197,110); }
td.TdClassName
{
border-color: #ABC56E;
}
.TagClassName
{
border-color: #ABC56E;
}
</style>