Shades of Envy #86B58E
Tints of Envy #86B58E
RGB
CMYK
RGB Variations
Color information
#86B58E (or 0x86B58E) is known color: Envy. HEX triplet: 86, B5 and 8E. RGB value is (134,181,142). Sum of RGB (Red+Green+Blue) = 134+181+142=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #86B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B58E is #794A71. Grayscale: #A2A2A2. Windows color (decimal): -7948914 or 9352582. OLE color: 9352582.
HSL color Cylindrical-coordinate representation of color #86B58E: hue angle of 130.21º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B58E is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 142 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.29 |
| HSL | 130.21º | 0.24% | 0.62% | - |
| HSV(B) | 130.21º | 0.26% | 0.71% | - |
| XYZ | 31.24 | 40.07 | 31.68 | - |
| YUV | 162.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 142 | 0.26 | 0 | 0.22 | 0.29 | 130.21 | 0.24 | 0.62 |
| Hex | 86 | B5 | 8E | 1A | 0 | 16 | 1D | 82 | 18 | 3E |
| Octal | 206 | 265 | 216 | 32 | 0 | 26 | 35 | 202 | 30 | 76 |
| Binary | 10000110 | 10110101 | 10001110 | 11010 | 0 | 10110 | 11101 | 10000010 | 11000 | 111110 |
Color Harmonies of #86B58E
Complementary color
Monochromatic Colors of #86B58E
Black with #86B58E
Text Example
Text Example
White with #86B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B58E; }
p { color: rgb(134,181,142); }
H1.HeaderClassName
{
color: #86B58E;
}
.AnyTagClassName
{
color: #86B58E;
}
</style>
background-color css
<style>
a { background-color: #86B58E; }
a { background-color: rgb(134,181,142); }
div.DivClassName
{
background-color: #86B58E;
}
.BgClassName
{
background-color: #86B58E;
}
</style>
border-color css
<style>
span { border-color: #86B58E; }
span { border-color: rgb(134,181,142); }
td.TdClassName
{
border-color: #86B58E;
}
.TagClassName
{
border-color: #86B58E;
}
</style>