Shades of Caper #ABC786
Tints of Caper #ABC786
RGB
CMYK
RGB Variations
Color information
#ABC786 (or 0xABC786) is known color: Caper. HEX triplet: AB, C7 and 86. RGB value is (171,199,134). Sum of RGB (Red+Green+Blue) = 171+199+134=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC786 is #543879. Grayscale: #B7B7B7. Windows color (decimal): -5519482 or 8832939. OLE color: 8832939.
HSL color Cylindrical-coordinate representation of color #ABC786: hue angle of 85.85º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC786 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 134 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.22 |
| HSL | 85.85º | 0.37% | 0.65% | - |
| HSV(B) | 85.85º | 0.33% | 0.78% | - |
| XYZ | 41.52 | 51.23 | 30.25 | - |
| YUV | 183.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 134 | 0.14 | 0 | 0.33 | 0.22 | 85.85 | 0.37 | 0.65 |
| Hex | AB | C7 | 86 | E | 0 | 21 | 16 | 56 | 25 | 41 |
| Octal | 253 | 307 | 206 | 16 | 0 | 41 | 26 | 126 | 45 | 101 |
| Binary | 10101011 | 11000111 | 10000110 | 1110 | 0 | 100001 | 10110 | 1010110 | 100101 | 1000001 |
Color Harmonies of #ABC786
Complementary color
Monochromatic Colors of #ABC786
Black with #ABC786
Text Example
Text Example
White with #ABC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC786; }
p { color: rgb(171,199,134); }
H1.HeaderClassName
{
color: #ABC786;
}
.AnyTagClassName
{
color: #ABC786;
}
</style>
background-color css
<style>
a { background-color: #ABC786; }
a { background-color: rgb(171,199,134); }
div.DivClassName
{
background-color: #ABC786;
}
.BgClassName
{
background-color: #ABC786;
}
</style>
border-color css
<style>
span { border-color: #ABC786; }
span { border-color: rgb(171,199,134); }
td.TdClassName
{
border-color: #ABC786;
}
.TagClassName
{
border-color: #ABC786;
}
</style>