#889B8B

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

Shades of Envy #889B8B

Tints of Envy #889B8B

Color information

#889B8B (or 0x889B8B) is unknown color: approx Envy. HEX triplet: 88, 9B and 8B. RGB value is (136,155,139). Sum of RGB (Red+Green+Blue) = 136+155+139=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #889B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B8B is #776474. Grayscale: #939393. Windows color (decimal): -7824501 or 9149320. OLE color: 9149320.

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

Color convert

RGB136155139-
CMYK0.1200.100.39
HSL129.47º8.68%57.06%-
HSV(B)129.47º12.26%60.78%-
XYZ26.5330.5428.92-
YUV147.5123.21119.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=31.63%
G=36.05%
B=32.33%

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
Decimal1361551390.1200.100.39129.478.6857.06
Hex889B8BC0A2781939
Octal21023321314012472011171
Binary100010001001101110001011110001010100111100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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