Shades of Caper #ABC371
Tints of Caper #ABC371
RGB
CMYK
RGB Variations
Color information
#ABC371 (or 0xABC371) is known color: Caper. HEX triplet: AB, C3 and 71. RGB value is (171,195,113). Sum of RGB (Red+Green+Blue) = 171+195+113=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC371 is #543C8E. Grayscale: #B2B2B2. Windows color (decimal): -5520527 or 7455659. OLE color: 7455659.
HSL color Cylindrical-coordinate representation of color #ABC371: hue angle of 77.56º degrees, saturation: 0.41, 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 #ABC371 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 113 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.24 |
| HSL | 77.56º | 0.41% | 0.6% | - |
| HSV(B) | 77.56º | 0.42% | 0.76% | - |
| XYZ | 39.29 | 48.88 | 22.99 | - |
| YUV | 178.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 113 | 0.12 | 0 | 0.42 | 0.24 | 77.56 | 0.41 | 0.6 |
| Hex | AB | C3 | 71 | C | 0 | 2A | 18 | 4E | 29 | 3C |
| Octal | 253 | 303 | 161 | 14 | 0 | 52 | 30 | 116 | 51 | 74 |
| Binary | 10101011 | 11000011 | 1110001 | 1100 | 0 | 101010 | 11000 | 1001110 | 101001 | 111100 |
Color Harmonies of #ABC371
Complementary color
Monochromatic Colors of #ABC371
Black with #ABC371
Text Example
Text Example
White with #ABC371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC371; }
p { color: rgb(171,195,113); }
H1.HeaderClassName
{
color: #ABC371;
}
.AnyTagClassName
{
color: #ABC371;
}
</style>
background-color css
<style>
a { background-color: #ABC371; }
a { background-color: rgb(171,195,113); }
div.DivClassName
{
background-color: #ABC371;
}
.BgClassName
{
background-color: #ABC371;
}
</style>
border-color css
<style>
span { border-color: #ABC371; }
span { border-color: rgb(171,195,113); }
td.TdClassName
{
border-color: #ABC371;
}
.TagClassName
{
border-color: #ABC371;
}
</style>