Shades of Envy #829B86
Tints of Envy #829B86
RGB
CMYK
RGB Variations
Color information
#829B86 (or 0x829B86) is known color: Envy. HEX triplet: 82, 9B and 86. RGB value is (130,155,134). Sum of RGB (Red+Green+Blue) = 130+155+134=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #829B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B86 is #7D6479. Grayscale: #919191. Windows color (decimal): -8217722 or 8821634. OLE color: 8821634.
HSL color Cylindrical-coordinate representation of color #829B86: hue angle of 129.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B86 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 134 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.39 |
| HSL | 129.6º | 0.11% | 0.56% | - |
| HSV(B) | 129.6º | 0.16% | 0.61% | - |
| XYZ | 25.23 | 29.91 | 27 | - |
| YUV | 145.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 134 | 0.16 | 0 | 0.14 | 0.39 | 129.6 | 0.11 | 0.56 |
| Hex | 82 | 9B | 86 | 10 | 0 | E | 27 | 82 | B | 38 |
| Octal | 202 | 233 | 206 | 20 | 0 | 16 | 47 | 202 | 13 | 70 |
| Binary | 10000010 | 10011011 | 10000110 | 10000 | 0 | 1110 | 100111 | 10000010 | 1011 | 111000 |
Color Harmonies of #829B86
Complementary color
Monochromatic Colors of #829B86
Black with #829B86
Text Example
Text Example
White with #829B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B86; }
p { color: rgb(130,155,134); }
H1.HeaderClassName
{
color: #829B86;
}
.AnyTagClassName
{
color: #829B86;
}
</style>
background-color css
<style>
a { background-color: #829B86; }
a { background-color: rgb(130,155,134); }
div.DivClassName
{
background-color: #829B86;
}
.BgClassName
{
background-color: #829B86;
}
</style>
border-color css
<style>
span { border-color: #829B86; }
span { border-color: rgb(130,155,134); }
td.TdClassName
{
border-color: #829B86;
}
.TagClassName
{
border-color: #829B86;
}
</style>