Shades of Envy #89B192
Tints of Envy #89B192
RGB
CMYK
RGB Variations
Color information
#89B192 (or 0x89B192) is known color: Envy. HEX triplet: 89, B1 and 92. RGB value is (137,177,146). Sum of RGB (Red+Green+Blue) = 137+177+146=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #89B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89B192 is #764E6D. Grayscale: #A1A1A1. Windows color (decimal): -7753326 or 9613705. OLE color: 9613705.
HSL color Cylindrical-coordinate representation of color #89B192: hue angle of 133.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 #89B192 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 177 | 146 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.31 |
| HSL | 133.5º | 0.2% | 0.62% | - |
| HSV(B) | 133.5º | 0.23% | 0.69% | - |
| XYZ | 31.23 | 38.84 | 33.04 | - |
| YUV | 161.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 146 | 0.23 | 0 | 0.18 | 0.31 | 133.5 | 0.2 | 0.62 |
| Hex | 89 | B1 | 92 | 17 | 0 | 12 | 1F | 86 | 14 | 3E |
| Octal | 211 | 261 | 222 | 27 | 0 | 22 | 37 | 206 | 24 | 76 |
| Binary | 10001001 | 10110001 | 10010010 | 10111 | 0 | 10010 | 11111 | 10000110 | 10100 | 111110 |
Color Harmonies of #89B192
Complementary color
Monochromatic Colors of #89B192
Black with #89B192
Text Example
Text Example
White with #89B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B192; }
p { color: rgb(137,177,146); }
H1.HeaderClassName
{
color: #89B192;
}
.AnyTagClassName
{
color: #89B192;
}
</style>
background-color css
<style>
a { background-color: #89B192; }
a { background-color: rgb(137,177,146); }
div.DivClassName
{
background-color: #89B192;
}
.BgClassName
{
background-color: #89B192;
}
</style>
border-color css
<style>
span { border-color: #89B192; }
span { border-color: rgb(137,177,146); }
td.TdClassName
{
border-color: #89B192;
}
.TagClassName
{
border-color: #89B192;
}
</style>