Shades of Envy #86B48C
Tints of Envy #86B48C
RGB
CMYK
RGB Variations
Color information
#86B48C (or 0x86B48C) is known color: Envy. HEX triplet: 86, B4 and 8C. RGB value is (134,180,140). Sum of RGB (Red+Green+Blue) = 134+180+140=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #86B48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B48C is #794B73. Grayscale: #A1A1A1. Windows color (decimal): -7949172 or 9221254. OLE color: 9221254.
HSL color Cylindrical-coordinate representation of color #86B48C: hue angle of 127.83º degrees, saturation: 0.23, 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 #86B48C is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 140 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.29 |
| HSL | 127.83º | 0.23% | 0.62% | - |
| HSV(B) | 127.83º | 0.26% | 0.71% | - |
| XYZ | 30.89 | 39.6 | 30.83 | - |
| YUV | 161.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 140 | 0.26 | 0 | 0.22 | 0.29 | 127.83 | 0.23 | 0.62 |
| Hex | 86 | B4 | 8C | 1A | 0 | 16 | 1D | 80 | 17 | 3E |
| Octal | 206 | 264 | 214 | 32 | 0 | 26 | 35 | 200 | 27 | 76 |
| Binary | 10000110 | 10110100 | 10001100 | 11010 | 0 | 10110 | 11101 | 10000000 | 10111 | 111110 |
Color Harmonies of #86B48C
Complementary color
Monochromatic Colors of #86B48C
Black with #86B48C
Text Example
Text Example
White with #86B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B48C; }
p { color: rgb(134,180,140); }
H1.HeaderClassName
{
color: #86B48C;
}
.AnyTagClassName
{
color: #86B48C;
}
</style>
background-color css
<style>
a { background-color: #86B48C; }
a { background-color: rgb(134,180,140); }
div.DivClassName
{
background-color: #86B48C;
}
.BgClassName
{
background-color: #86B48C;
}
</style>
border-color css
<style>
span { border-color: #86B48C; }
span { border-color: rgb(134,180,140); }
td.TdClassName
{
border-color: #86B48C;
}
.TagClassName
{
border-color: #86B48C;
}
</style>