#899B8C

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

Shades of Envy #899B8C

Tints of Envy #899B8C

Color information

#899B8C (or 0x899B8C) is unknown color: approx Envy. HEX triplet: 89, 9B and 8C. RGB value is (137,155,140). Sum of RGB (Red+Green+Blue) = 137+155+140=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 155 - color contains mainly: green. Hex color #899B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B8C is #766473. Grayscale: #939393. Windows color (decimal): -7758964 or 9214857. OLE color: 9214857.

HSL color Cylindrical-coordinate representation of color #899B8C: hue angle of 130º degrees, saturation: 0.08, 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 #899B8C is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB137155140-
CMYK0.1200.100.39
HSL130º8.26%57.25%-
HSV(B)130º11.61%60.78%-
XYZ26.7730.6529.32-
YUV147.91123.54120.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.71%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=31.71%
G=35.88%
B=32.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371551400.1200.100.391308.2657.25
Hex899B8CC0A2782839
Octal21123321414012472021071
Binary100010011001101110001100110001010100111100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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