Shades of Caper #ABC47F
Tints of Caper #ABC47F
RGB
CMYK
RGB Variations
Color information
#ABC47F (or 0xABC47F) is known color: Caper. HEX triplet: AB, C4 and 7F. RGB value is (171,196,127). Sum of RGB (Red+Green+Blue) = 171+196+127=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC47F is #543B80. Grayscale: #B4B4B4. Windows color (decimal): -5520257 or 8373419. OLE color: 8373419.
HSL color Cylindrical-coordinate representation of color #ABC47F: hue angle of 81.74º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABC47F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 127 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.23 |
| HSL | 81.74º | 0.37% | 0.63% | - |
| HSV(B) | 81.74º | 0.35% | 0.77% | - |
| XYZ | 40.37 | 49.67 | 27.54 | - |
| YUV | 180.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 127 | 0.13 | 0 | 0.35 | 0.23 | 81.74 | 0.37 | 0.63 |
| Hex | AB | C4 | 7F | D | 0 | 23 | 17 | 52 | 25 | 3F |
| Octal | 253 | 304 | 177 | 15 | 0 | 43 | 27 | 122 | 45 | 77 |
| Binary | 10101011 | 11000100 | 1111111 | 1101 | 0 | 100011 | 10111 | 1010010 | 100101 | 111111 |
Color Harmonies of #ABC47F
Complementary color
Monochromatic Colors of #ABC47F
Black with #ABC47F
Text Example
Text Example
White with #ABC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC47F; }
p { color: rgb(171,196,127); }
H1.HeaderClassName
{
color: #ABC47F;
}
.AnyTagClassName
{
color: #ABC47F;
}
</style>
background-color css
<style>
a { background-color: #ABC47F; }
a { background-color: rgb(171,196,127); }
div.DivClassName
{
background-color: #ABC47F;
}
.BgClassName
{
background-color: #ABC47F;
}
</style>
border-color css
<style>
span { border-color: #ABC47F; }
span { border-color: rgb(171,196,127); }
td.TdClassName
{
border-color: #ABC47F;
}
.TagClassName
{
border-color: #ABC47F;
}
</style>