Shades of Envy #86B58D
Tints of Envy #86B58D
RGB
CMYK
RGB Variations
Color information
#86B58D (or 0x86B58D) is known color: Envy. HEX triplet: 86, B5 and 8D. RGB value is (134,181,141). Sum of RGB (Red+Green+Blue) = 134+181+141=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #86B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B58D is #794A72. Grayscale: #A2A2A2. Windows color (decimal): -7948915 or 9287046. OLE color: 9287046.
HSL color Cylindrical-coordinate representation of color #86B58D: hue angle of 128.94º 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 #86B58D is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 141 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.29 |
| HSL | 128.94º | 0.24% | 0.62% | - |
| HSV(B) | 128.94º | 0.26% | 0.71% | - |
| XYZ | 31.16 | 40.04 | 31.29 | - |
| YUV | 162.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 141 | 0.26 | 0 | 0.22 | 0.29 | 128.94 | 0.24 | 0.62 |
| Hex | 86 | B5 | 8D | 1A | 0 | 16 | 1D | 81 | 18 | 3E |
| Octal | 206 | 265 | 215 | 32 | 0 | 26 | 35 | 201 | 30 | 76 |
| Binary | 10000110 | 10110101 | 10001101 | 11010 | 0 | 10110 | 11101 | 10000001 | 11000 | 111110 |
Color Harmonies of #86B58D
Complementary color
Monochromatic Colors of #86B58D
Black with #86B58D
Text Example
Text Example
White with #86B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B58D; }
p { color: rgb(134,181,141); }
H1.HeaderClassName
{
color: #86B58D;
}
.AnyTagClassName
{
color: #86B58D;
}
</style>
background-color css
<style>
a { background-color: #86B58D; }
a { background-color: rgb(134,181,141); }
div.DivClassName
{
background-color: #86B58D;
}
.BgClassName
{
background-color: #86B58D;
}
</style>
border-color css
<style>
span { border-color: #86B58D; }
span { border-color: rgb(134,181,141); }
td.TdClassName
{
border-color: #86B58D;
}
.TagClassName
{
border-color: #86B58D;
}
</style>