#889B8A

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

Shades of Envy #889B8A

Tints of Envy #889B8A

Color information

#889B8A (or 0x889B8A) is unknown color: approx Envy. HEX triplet: 88, 9B and 8A. RGB value is (136,155,138). Sum of RGB (Red+Green+Blue) = 136+155+138=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #889B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B8A is #776475. Grayscale: #939393. Windows color (decimal): -7824502 or 9083784. OLE color: 9083784.

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

Color convert

RGB136155138-
CMYK0.1200.110.39
HSL126.32º8.68%57.06%-
HSV(B)126.32º12.26%60.78%-
XYZ26.4630.5128.54-
YUV147.38122.71119.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=31.70%
G=36.13%
B=32.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361551380.1200.110.39126.328.6857.06
Hex889B8AC0B277e939
Octal21023321214013471761171
Binary10001000100110111000101011000101110011111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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