Shades of Envy #899C90
Tints of Envy #899C90
RGB
CMYK
RGB Variations
Color information
#899C90 (or 0x899C90) is known color: Envy. HEX triplet: 89, 9C and 90. RGB value is (137,156,144). Sum of RGB (Red+Green+Blue) = 137+156+144=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 156 - color contains mainly: green. Hex color #899C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C90 is #76636F. Grayscale: #949494. Windows color (decimal): -7758704 or 9477257. OLE color: 9477257.
HSL color Cylindrical-coordinate representation of color #899C90: hue angle of 142.11º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899C90 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 144 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.39 |
| HSL | 142.11º | 0.09% | 0.57% | - |
| HSV(B) | 142.11º | 0.12% | 0.61% | - |
| XYZ | 27.24 | 31.11 | 30.95 | - |
| YUV | 148.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 144 | 0.12 | 0 | 0.08 | 0.39 | 142.11 | 0.09 | 0.57 |
| Hex | 89 | 9C | 90 | C | 0 | 8 | 27 | 8E | 9 | 39 |
| Octal | 211 | 234 | 220 | 14 | 0 | 10 | 47 | 216 | 11 | 71 |
| Binary | 10001001 | 10011100 | 10010000 | 1100 | 0 | 1000 | 100111 | 10001110 | 1001 | 111001 |
Color Harmonies of #899C90
Complementary color
Monochromatic Colors of #899C90
Black with #899C90
Text Example
Text Example
White with #899C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C90; }
p { color: rgb(137,156,144); }
H1.HeaderClassName
{
color: #899C90;
}
.AnyTagClassName
{
color: #899C90;
}
</style>
background-color css
<style>
a { background-color: #899C90; }
a { background-color: rgb(137,156,144); }
div.DivClassName
{
background-color: #899C90;
}
.BgClassName
{
background-color: #899C90;
}
</style>
border-color css
<style>
span { border-color: #899C90; }
span { border-color: rgb(137,156,144); }
td.TdClassName
{
border-color: #899C90;
}
.TagClassName
{
border-color: #899C90;
}
</style>