#889B90

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

Shades of Envy #889B90

Tints of Envy #889B90

Color information

#889B90 (or 0x889B90) is unknown color: approx Envy. HEX triplet: 88, 9B and 90. RGB value is (136,155,144). Sum of RGB (Red+Green+Blue) = 136+155+144=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 155 - color contains mainly: green. Hex color #889B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B90 is #77646F. Grayscale: #949494. Windows color (decimal): -7824496 or 9477000. OLE color: 9477000.

HSL color Cylindrical-coordinate representation of color #889B90: hue angle of 145.26º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889B90 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB136155144-
CMYK0.1200.070.39
HSL145.26º8.68%57.06%-
HSV(B)145.26º12.26%60.78%-
XYZ26.9130.6930.89-
YUV148.06125.71119.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=31.26%
G=35.63%
B=33.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551440.1200.070.39145.268.6857.06
Hex889B90C072791939
Octal2102332201407472211171
Binary10001000100110111001000011000111100111100100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889B90; }

 p { color: rgb(136,155,144); }

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

<style>
 a { background-color: #889B90; }

 a { background-color: rgb(136,155,144); }

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

<style>
 span { border-color: #889B90; }

 span { border-color: rgb(136,155,144); }

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