#89998B

Color #89998B Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #89998B

Tints of Envy #89998B

Color information

#89998B (or 0x89998B) is unknown color: approx Envy. HEX triplet: 89, 99 and 8B. RGB value is (137,153,139). Sum of RGB (Red+Green+Blue) = 137+153+139=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #89998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89998B is #766674. Grayscale: #929292. Windows color (decimal): -7759477 or 9148809. OLE color: 9148809.

HSL color Cylindrical-coordinate representation of color #89998B: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #89998B is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB137153139-
CMYK0.1000.090.4
HSL127.5º7.27%56.86%-
HSV(B)127.5º10.46%60%-
XYZ26.3729.9628.82-
YUV146.62123.7121.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=31.93%
G=35.66%
B=32.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531390.1000.090.4127.57.2756.86
Hex89998BA09287f739
Octal2112312131201150177771
Binary1000100110011001100010111010010011010001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89998B; }

 p { color: rgb(137,153,139); }

 H1.HeaderClassName
 {
   color: #89998B;
 }
 .AnyTagClassName
 {
   color: #89998B;
 }
</style>
background-color css

<style>
 a { background-color: #89998B; }

 a { background-color: rgb(137,153,139); }

 div.DivClassName
 {
   background-color: #89998B;
 }
 .BgClassName
 {
   background-color: #89998B;
 }
</style>
border-color css

<style>
 span { border-color: #89998B; }

 span { border-color: rgb(137,153,139); }

 td.TdClassName
 {
   border-color: #89998B;
 }
 .TagClassName
 {
   border-color: #89998B;
 }
</style>