#898B80

Color #898B80 Jumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jumbo #898B80

Tints of Jumbo #898B80

Color information

#898B80 (or 0x898B80) is unknown color: approx Jumbo. HEX triplet: 89, 8B and 80. RGB value is (137,139,128). Sum of RGB (Red+Green+Blue) = 137+139+128=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 139 - color contains mainly: green. Hex color #898B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B80 is #76747F. Grayscale: #898989. Windows color (decimal): -7763072 or 8424329. OLE color: 8424329.

HSL color Cylindrical-coordinate representation of color #898B80: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #898B80 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB137139128-
CMYK0.0100.080.45
HSL70.91º4.53%52.35%-
HSV(B)70.91º7.91%54.51%-
XYZ23.4525.3424.08-
YUV137.15122.84127.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=33.91%
G=34.41%
B=31.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371391280.0100.080.4570.914.5352.35
Hex898B801082D47534
Octal211213200101055107564
Binary1000100110001011100000001010001011011000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898B80; }

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

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

<style>
 a { background-color: #898B80; }

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

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

<style>
 span { border-color: #898B80; }

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

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