#889D8E

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

Shades of Envy #889D8E

Tints of Envy #889D8E

Color information

#889D8E (or 0x889D8E) is unknown color: approx Envy. HEX triplet: 88, 9D and 8E. RGB value is (136,157,142). Sum of RGB (Red+Green+Blue) = 136+157+142=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #889D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D8E is #776271. Grayscale: #959595. Windows color (decimal): -7823986 or 9346440. OLE color: 9346440.

HSL color Cylindrical-coordinate representation of color #889D8E: hue angle of 137.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889D8E is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB136157142-
CMYK0.1300.100.38
HSL137.14º9.68%57.45%-
HSV(B)137.14º13.38%61.57%-
XYZ27.0931.330.2-
YUV149.01124.04118.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 157 (61.72% from 255) = 36.09%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=31.26%
G=36.09%
B=32.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571420.1300.100.38137.149.6857.45
Hex889D8ED0A2689a39
Octal21023521615012462111271
Binary100010001001110110001110110101010100110100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,157,142); }

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

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

 a { background-color: rgb(136,157,142); }

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

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

 span { border-color: rgb(136,157,142); }

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