Shades of Envy #89B190
Tints of Envy #89B190
RGB
CMYK
RGB Variations
Color information
#89B190 (or 0x89B190) is known color: Envy. HEX triplet: 89, B1 and 90. RGB value is (137,177,144). Sum of RGB (Red+Green+Blue) = 137+177+144=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #89B190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B190 is #764E6F. Grayscale: #A1A1A1. Windows color (decimal): -7753328 or 9482633. OLE color: 9482633.
HSL color Cylindrical-coordinate representation of color #89B190: hue angle of 130.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89B190 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 177 | 144 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.31 |
| HSL | 130.5º | 0.2% | 0.62% | - |
| HSV(B) | 130.5º | 0.23% | 0.69% | - |
| XYZ | 31.07 | 38.78 | 32.23 | - |
| YUV | 161.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 144 | 0.23 | 0 | 0.19 | 0.31 | 130.5 | 0.2 | 0.62 |
| Hex | 89 | B1 | 90 | 17 | 0 | 13 | 1F | 82 | 14 | 3E |
| Octal | 211 | 261 | 220 | 27 | 0 | 23 | 37 | 202 | 24 | 76 |
| Binary | 10001001 | 10110001 | 10010000 | 10111 | 0 | 10011 | 11111 | 10000010 | 10100 | 111110 |
Color Harmonies of #89B190
Complementary color
Monochromatic Colors of #89B190
Black with #89B190
Text Example
Text Example
White with #89B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B190; }
p { color: rgb(137,177,144); }
H1.HeaderClassName
{
color: #89B190;
}
.AnyTagClassName
{
color: #89B190;
}
</style>
background-color css
<style>
a { background-color: #89B190; }
a { background-color: rgb(137,177,144); }
div.DivClassName
{
background-color: #89B190;
}
.BgClassName
{
background-color: #89B190;
}
</style>
border-color css
<style>
span { border-color: #89B190; }
span { border-color: rgb(137,177,144); }
td.TdClassName
{
border-color: #89B190;
}
.TagClassName
{
border-color: #89B190;
}
</style>