Shades of Caper #ABC87E
Tints of Caper #ABC87E
RGB
CMYK
RGB Variations
Color information
#ABC87E (or 0xABC87E) is known color: Caper. HEX triplet: AB, C8 and 7E. RGB value is (171,200,126). Sum of RGB (Red+Green+Blue) = 171+200+126=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC87E is #543781. Grayscale: #B7B7B7. Windows color (decimal): -5519234 or 8308907. OLE color: 8308907.
HSL color Cylindrical-coordinate representation of color #ABC87E: hue angle of 83.51º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABC87E is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 126 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.22 |
| HSL | 83.51º | 0.4% | 0.64% | - |
| HSV(B) | 83.51º | 0.37% | 0.78% | - |
| XYZ | 41.21 | 51.47 | 27.5 | - |
| YUV | 182.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 126 | 0.14 | 0 | 0.37 | 0.22 | 83.51 | 0.4 | 0.64 |
| Hex | AB | C8 | 7E | E | 0 | 25 | 16 | 54 | 28 | 40 |
| Octal | 253 | 310 | 176 | 16 | 0 | 45 | 26 | 124 | 50 | 100 |
| Binary | 10101011 | 11001000 | 1111110 | 1110 | 0 | 100101 | 10110 | 1010100 | 101000 | 1000000 |
Color Harmonies of #ABC87E
Complementary color
Monochromatic Colors of #ABC87E
Black with #ABC87E
Text Example
Text Example
White with #ABC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC87E; }
p { color: rgb(171,200,126); }
H1.HeaderClassName
{
color: #ABC87E;
}
.AnyTagClassName
{
color: #ABC87E;
}
</style>
background-color css
<style>
a { background-color: #ABC87E; }
a { background-color: rgb(171,200,126); }
div.DivClassName
{
background-color: #ABC87E;
}
.BgClassName
{
background-color: #ABC87E;
}
</style>
border-color css
<style>
span { border-color: #ABC87E; }
span { border-color: rgb(171,200,126); }
td.TdClassName
{
border-color: #ABC87E;
}
.TagClassName
{
border-color: #ABC87E;
}
</style>