Shades of Caper #ABC86A
Tints of Caper #ABC86A
RGB
CMYK
RGB Variations
Color information
#ABC86A (or 0xABC86A) is known color: Caper. HEX triplet: AB, C8 and 6A. RGB value is (171,200,106). Sum of RGB (Red+Green+Blue) = 171+200+106=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC86A is #543795. Grayscale: #B4B4B4. Windows color (decimal): -5519254 or 6998187. OLE color: 6998187.
HSL color Cylindrical-coordinate representation of color #ABC86A: hue angle of 78.51º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABC86A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 106 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.22 |
| HSL | 78.51º | 0.46% | 0.6% | - |
| HSV(B) | 78.51º | 0.47% | 0.78% | - |
| XYZ | 40.05 | 51.01 | 21.37 | - |
| YUV | 180.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 106 | 0.14 | 0 | 0.47 | 0.22 | 78.51 | 0.46 | 0.6 |
| Hex | AB | C8 | 6A | E | 0 | 2F | 16 | 4F | 2E | 3C |
| Octal | 253 | 310 | 152 | 16 | 0 | 57 | 26 | 117 | 56 | 74 |
| Binary | 10101011 | 11001000 | 1101010 | 1110 | 0 | 101111 | 10110 | 1001111 | 101110 | 111100 |
Color Harmonies of #ABC86A
Complementary color
Monochromatic Colors of #ABC86A
Black with #ABC86A
Text Example
Text Example
White with #ABC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC86A; }
p { color: rgb(171,200,106); }
H1.HeaderClassName
{
color: #ABC86A;
}
.AnyTagClassName
{
color: #ABC86A;
}
</style>
background-color css
<style>
a { background-color: #ABC86A; }
a { background-color: rgb(171,200,106); }
div.DivClassName
{
background-color: #ABC86A;
}
.BgClassName
{
background-color: #ABC86A;
}
</style>
border-color css
<style>
span { border-color: #ABC86A; }
span { border-color: rgb(171,200,106); }
td.TdClassName
{
border-color: #ABC86A;
}
.TagClassName
{
border-color: #ABC86A;
}
</style>