#89988C

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

Shades of Envy #89988C

Tints of Envy #89988C

Color information

#89988C (or 0x89988C) is unknown color: approx Envy. HEX triplet: 89, 98 and 8C. RGB value is (137,152,140). Sum of RGB (Red+Green+Blue) = 137+152+140=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #89988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89988C is #766773. Grayscale: #929292. Windows color (decimal): -7759732 or 9214089. OLE color: 9214089.

HSL color Cylindrical-coordinate representation of color #89988C: hue angle of 132º 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 #89988C is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB137152140-
CMYK0.1000.080.40
HSL132º6.79%56.67%-
HSV(B)132º9.87%59.61%-
XYZ26.2829.6729.15-
YUV146.15124.53121.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 140 (55.08% from 255) = 32.63%
R=31.93%
G=35.43%
B=32.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371521400.1000.080.401326.7956.67
Hex89988CA082884739
Octal2112302141201050204771
Binary10001001100110001000110010100100010100010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89988C; }

 p { color: rgb(137,152,140); }

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

<style>
 a { background-color: #89988C; }

 a { background-color: rgb(137,152,140); }

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

<style>
 span { border-color: #89988C; }

 span { border-color: rgb(137,152,140); }

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