#89988B

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

Shades of Envy #89988B

Tints of Envy #89988B

Color information

#89988B (or 0x89988B) is unknown color: approx Envy. HEX triplet: 89, 98 and 8B. RGB value is (137,152,139). Sum of RGB (Red+Green+Blue) = 137+152+139=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #89988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89988B is #766774. Grayscale: #929292. Windows color (decimal): -7759733 or 9148553. OLE color: 9148553.

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

Color convert

RGB137152139-
CMYK0.1000.090.40
HSL128º6.79%56.67%-
HSV(B)128º9.87%59.61%-
XYZ26.229.6428.77-
YUV146.03124.03121.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=32.01%
G=35.51%
B=32.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371521390.1000.090.401286.7956.67
Hex89988BA092880739
Octal2112302131201150200771
Binary10001001100110001000101110100100110100010000000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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