Shades of Envy #849B8A
Tints of Envy #849B8A
RGB
CMYK
RGB Variations
Color information
#849B8A (or 0x849B8A) is known color: Envy. HEX triplet: 84, 9B and 8A. RGB value is (132,155,138). Sum of RGB (Red+Green+Blue) = 132+155+138=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #849B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B8A is #7B6475. Grayscale: #929292. Windows color (decimal): -8086646 or 9083780. OLE color: 9083780.
HSL color Cylindrical-coordinate representation of color #849B8A: hue angle of 135.65º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849B8A is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 138 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.39 |
| HSL | 135.65º | 0.1% | 0.56% | - |
| HSV(B) | 135.65º | 0.15% | 0.61% | - |
| XYZ | 25.82 | 30.18 | 28.51 | - |
| YUV | 146.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 138 | 0.15 | 0 | 0.11 | 0.39 | 135.65 | 0.1 | 0.56 |
| Hex | 84 | 9B | 8A | F | 0 | B | 27 | 88 | A | 38 |
| Octal | 204 | 233 | 212 | 17 | 0 | 13 | 47 | 210 | 12 | 70 |
| Binary | 10000100 | 10011011 | 10001010 | 1111 | 0 | 1011 | 100111 | 10001000 | 1010 | 111000 |
Color Harmonies of #849B8A
Complementary color
Monochromatic Colors of #849B8A
Black with #849B8A
Text Example
Text Example
White with #849B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B8A; }
p { color: rgb(132,155,138); }
H1.HeaderClassName
{
color: #849B8A;
}
.AnyTagClassName
{
color: #849B8A;
}
</style>
background-color css
<style>
a { background-color: #849B8A; }
a { background-color: rgb(132,155,138); }
div.DivClassName
{
background-color: #849B8A;
}
.BgClassName
{
background-color: #849B8A;
}
</style>
border-color css
<style>
span { border-color: #849B8A; }
span { border-color: rgb(132,155,138); }
td.TdClassName
{
border-color: #849B8A;
}
.TagClassName
{
border-color: #849B8A;
}
</style>