Shades of Caper #ABC170
Tints of Caper #ABC170
RGB
CMYK
RGB Variations
Color information
#ABC170 (or 0xABC170) is known color: Caper. HEX triplet: AB, C1 and 70. RGB value is (171,193,112). Sum of RGB (Red+Green+Blue) = 171+193+112=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC170 is #543E8F. Grayscale: #B1B1B1. Windows color (decimal): -5521040 or 7389611. OLE color: 7389611.
HSL color Cylindrical-coordinate representation of color #ABC170: hue angle of 76.3º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABC170 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 112 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.24 |
| HSL | 76.3º | 0.4% | 0.6% | - |
| HSV(B) | 76.3º | 0.42% | 0.76% | - |
| XYZ | 38.79 | 47.97 | 22.54 | - |
| YUV | 177.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 112 | 0.11 | 0 | 0.42 | 0.24 | 76.3 | 0.4 | 0.6 |
| Hex | AB | C1 | 70 | B | 0 | 2A | 18 | 4C | 28 | 3C |
| Octal | 253 | 301 | 160 | 13 | 0 | 52 | 30 | 114 | 50 | 74 |
| Binary | 10101011 | 11000001 | 1110000 | 1011 | 0 | 101010 | 11000 | 1001100 | 101000 | 111100 |
Color Harmonies of #ABC170
Complementary color
Monochromatic Colors of #ABC170
Black with #ABC170
Text Example
Text Example
White with #ABC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC170; }
p { color: rgb(171,193,112); }
H1.HeaderClassName
{
color: #ABC170;
}
.AnyTagClassName
{
color: #ABC170;
}
</style>
background-color css
<style>
a { background-color: #ABC170; }
a { background-color: rgb(171,193,112); }
div.DivClassName
{
background-color: #ABC170;
}
.BgClassName
{
background-color: #ABC170;
}
</style>
border-color css
<style>
span { border-color: #ABC170; }
span { border-color: rgb(171,193,112); }
td.TdClassName
{
border-color: #ABC170;
}
.TagClassName
{
border-color: #ABC170;
}
</style>