#899B8B

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

Shades of Envy #899B8B

Tints of Envy #899B8B

Color information

#899B8B (or 0x899B8B) is unknown color: approx Envy. HEX triplet: 89, 9B and 8B. RGB value is (137,155,139). Sum of RGB (Red+Green+Blue) = 137+155+139=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #899B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B8B is #766474. Grayscale: #939393. Windows color (decimal): -7758965 or 9149321. OLE color: 9149321.

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

Color convert

RGB137155139-
CMYK0.1200.100.39
HSL126.67º8.26%57.25%-
HSV(B)126.67º11.61%60.78%-
XYZ26.730.6328.93-
YUV147.79123.04120.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=31.79%
G=35.96%
B=32.25%

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
Decimal1371551390.1200.100.39126.678.2657.25
Hex899B8BC0A277f839
Octal21123321314012471771071
Binary10001001100110111000101111000101010011111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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