Shades of Envy #86A38C
Tints of Envy #86A38C
RGB
CMYK
RGB Variations
Color information
#86A38C (or 0x86A38C) is known color: Envy. HEX triplet: 86, A3 and 8C. RGB value is (134,163,140). Sum of RGB (Red+Green+Blue) = 134+163+140=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #86A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A38C is #795C73. Grayscale: #979797. Windows color (decimal): -7953524 or 9216902. OLE color: 9216902.
HSL color Cylindrical-coordinate representation of color #86A38C: hue angle of 132.41º 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 #86A38C is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 140 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.36 |
| HSL | 132.41º | 0.14% | 0.58% | - |
| HSV(B) | 132.41º | 0.18% | 0.64% | - |
| XYZ | 27.66 | 33.16 | 29.75 | - |
| YUV | 151.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 140 | 0.18 | 0 | 0.14 | 0.36 | 132.41 | 0.14 | 0.58 |
| Hex | 86 | A3 | 8C | 12 | 0 | E | 24 | 84 | E | 3A |
| Octal | 206 | 243 | 214 | 22 | 0 | 16 | 44 | 204 | 16 | 72 |
| Binary | 10000110 | 10100011 | 10001100 | 10010 | 0 | 1110 | 100100 | 10000100 | 1110 | 111010 |
Color Harmonies of #86A38C
Complementary color
Monochromatic Colors of #86A38C
Black with #86A38C
Text Example
Text Example
White with #86A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A38C; }
p { color: rgb(134,163,140); }
H1.HeaderClassName
{
color: #86A38C;
}
.AnyTagClassName
{
color: #86A38C;
}
</style>
background-color css
<style>
a { background-color: #86A38C; }
a { background-color: rgb(134,163,140); }
div.DivClassName
{
background-color: #86A38C;
}
.BgClassName
{
background-color: #86A38C;
}
</style>
border-color css
<style>
span { border-color: #86A38C; }
span { border-color: rgb(134,163,140); }
td.TdClassName
{
border-color: #86A38C;
}
.TagClassName
{
border-color: #86A38C;
}
</style>