Shades of Envy #86AC85
Tints of Envy #86AC85
RGB
CMYK
RGB Variations
Color information
#86AC85 (or 0x86AC85) is known color: Envy. HEX triplet: 86, AC and 85. RGB value is (134,172,133). Sum of RGB (Red+Green+Blue) = 134+172+133=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AC85 is #79537A. Grayscale: #9C9C9C. Windows color (decimal): -7951227 or 8760454. OLE color: 8760454.
HSL color Cylindrical-coordinate representation of color #86AC85: hue angle of 118.46º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AC85 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 172 | 133 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.33 |
| HSL | 118.46º | 0.19% | 0.6% | - |
| HSV(B) | 118.46º | 0.23% | 0.67% | - |
| XYZ | 28.82 | 36.27 | 27.67 | - |
| YUV | 156.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 133 | 0.22 | 0 | 0.23 | 0.33 | 118.46 | 0.19 | 0.6 |
| Hex | 86 | AC | 85 | 16 | 0 | 17 | 21 | 76 | 13 | 3C |
| Octal | 206 | 254 | 205 | 26 | 0 | 27 | 41 | 166 | 23 | 74 |
| Binary | 10000110 | 10101100 | 10000101 | 10110 | 0 | 10111 | 100001 | 1110110 | 10011 | 111100 |
Color Harmonies of #86AC85
Complementary color
Monochromatic Colors of #86AC85
Black with #86AC85
Text Example
Text Example
White with #86AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AC85; }
p { color: rgb(134,172,133); }
H1.HeaderClassName
{
color: #86AC85;
}
.AnyTagClassName
{
color: #86AC85;
}
</style>
background-color css
<style>
a { background-color: #86AC85; }
a { background-color: rgb(134,172,133); }
div.DivClassName
{
background-color: #86AC85;
}
.BgClassName
{
background-color: #86AC85;
}
</style>
border-color css
<style>
span { border-color: #86AC85; }
span { border-color: rgb(134,172,133); }
td.TdClassName
{
border-color: #86AC85;
}
.TagClassName
{
border-color: #86AC85;
}
</style>