Shades of Envy #86A490
Tints of Envy #86A490
RGB
CMYK
RGB Variations
Color information
#86A490 (or 0x86A490) is known color: Envy. HEX triplet: 86, A4 and 90. RGB value is (134,164,144). Sum of RGB (Red+Green+Blue) = 134+164+144=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #86A490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A490 is #795B6F. Grayscale: #989898. Windows color (decimal): -7953264 or 9479302. OLE color: 9479302.
HSL color Cylindrical-coordinate representation of color #86A490: hue angle of 140º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A490 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 164 | 144 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.36 |
| HSL | 140º | 0.14% | 0.58% | - |
| HSV(B) | 140º | 0.18% | 0.64% | - |
| XYZ | 28.14 | 33.63 | 31.39 | - |
| YUV | 152.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 164 | 144 | 0.18 | 0 | 0.12 | 0.36 | 140 | 0.14 | 0.58 |
| Hex | 86 | A4 | 90 | 12 | 0 | C | 24 | 8C | E | 3A |
| Octal | 206 | 244 | 220 | 22 | 0 | 14 | 44 | 214 | 16 | 72 |
| Binary | 10000110 | 10100100 | 10010000 | 10010 | 0 | 1100 | 100100 | 10001100 | 1110 | 111010 |
Color Harmonies of #86A490
Complementary color
Monochromatic Colors of #86A490
Black with #86A490
Text Example
Text Example
White with #86A490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A490; }
p { color: rgb(134,164,144); }
H1.HeaderClassName
{
color: #86A490;
}
.AnyTagClassName
{
color: #86A490;
}
</style>
background-color css
<style>
a { background-color: #86A490; }
a { background-color: rgb(134,164,144); }
div.DivClassName
{
background-color: #86A490;
}
.BgClassName
{
background-color: #86A490;
}
</style>
border-color css
<style>
span { border-color: #86A490; }
span { border-color: rgb(134,164,144); }
td.TdClassName
{
border-color: #86A490;
}
.TagClassName
{
border-color: #86A490;
}
</style>