#899A8C

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

Shades of Envy #899A8C

Tints of Envy #899A8C

Color information

#899A8C (or 0x899A8C) is unknown color: approx Envy. HEX triplet: 89, 9A and 8C. RGB value is (137,154,140). Sum of RGB (Red+Green+Blue) = 137+154+140=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 154 - color contains mainly: green. Hex color #899A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A8C is #766573. Grayscale: #939393. Windows color (decimal): -7759220 or 9214601. OLE color: 9214601.

HSL color Cylindrical-coordinate representation of color #899A8C: hue angle of 130.59º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #899A8C is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB137154140-
CMYK0.1100.090.40
HSL130.59º7.76%57.06%-
HSV(B)130.59º11.04%60.39%-
XYZ26.6130.3229.26-
YUV147.32123.87120.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=31.79%
G=35.73%
B=32.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371541400.1100.090.40130.597.7657.06
Hex899A8CB092883839
Octal21123221413011502031071
Binary100010011001101010001100101101001101000100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899A8C; }

 p { color: rgb(137,154,140); }

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

<style>
 a { background-color: #899A8C; }

 a { background-color: rgb(137,154,140); }

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

<style>
 span { border-color: #899A8C; }

 span { border-color: rgb(137,154,140); }

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