#889D8A

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

Shades of Envy #889D8A

Tints of Envy #889D8A

Color information

#889D8A (or 0x889D8A) is unknown color: approx Envy. HEX triplet: 88, 9D and 8A. RGB value is (136,157,138). Sum of RGB (Red+Green+Blue) = 136+157+138=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #889D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889D8A is #776275. Grayscale: #949494. Windows color (decimal): -7823990 or 9084296. OLE color: 9084296.

HSL color Cylindrical-coordinate representation of color #889D8A: hue angle of 125.71º 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 #889D8A is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB136157138-
CMYK0.1300.120.38
HSL125.71º9.68%57.45%-
HSV(B)125.71º13.38%61.57%-
XYZ26.831.1828.65-
YUV148.55122.04119.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.55%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=31.55%
G=36.43%
B=32.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361571380.1300.120.38125.719.6857.45
Hex889D8AD0C267ea39
Octal21023521215014461761271
Binary10001000100111011000101011010110010011011111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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