Shades of Caper #ABC570
Tints of Caper #ABC570
RGB
CMYK
RGB Variations
Color information
#ABC570 (or 0xABC570) is known color: Caper. HEX triplet: AB, C5 and 70. RGB value is (171,197,112). Sum of RGB (Red+Green+Blue) = 171+197+112=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC570 is #543A8F. Grayscale: #B3B3B3. Windows color (decimal): -5520016 or 7390635. OLE color: 7390635.
HSL color Cylindrical-coordinate representation of color #ABC570: hue angle of 78.35º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABC570 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 112 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.23 |
| HSL | 78.35º | 0.42% | 0.61% | - |
| HSV(B) | 78.35º | 0.43% | 0.77% | - |
| XYZ | 39.69 | 49.76 | 22.84 | - |
| YUV | 179.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 112 | 0.13 | 0 | 0.43 | 0.23 | 78.35 | 0.42 | 0.61 |
| Hex | AB | C5 | 70 | D | 0 | 2B | 17 | 4E | 2A | 3D |
| Octal | 253 | 305 | 160 | 15 | 0 | 53 | 27 | 116 | 52 | 75 |
| Binary | 10101011 | 11000101 | 1110000 | 1101 | 0 | 101011 | 10111 | 1001110 | 101010 | 111101 |
Color Harmonies of #ABC570
Complementary color
Monochromatic Colors of #ABC570
Black with #ABC570
Text Example
Text Example
White with #ABC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC570; }
p { color: rgb(171,197,112); }
H1.HeaderClassName
{
color: #ABC570;
}
.AnyTagClassName
{
color: #ABC570;
}
</style>
background-color css
<style>
a { background-color: #ABC570; }
a { background-color: rgb(171,197,112); }
div.DivClassName
{
background-color: #ABC570;
}
.BgClassName
{
background-color: #ABC570;
}
</style>
border-color css
<style>
span { border-color: #ABC570; }
span { border-color: rgb(171,197,112); }
td.TdClassName
{
border-color: #ABC570;
}
.TagClassName
{
border-color: #ABC570;
}
</style>