#898C80

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

Shades of Jumbo #898C80

Tints of Jumbo #898C80

Color information

#898C80 (or 0x898C80) is unknown color: approx Jumbo. HEX triplet: 89, 8C and 80. RGB value is (137,140,128). Sum of RGB (Red+Green+Blue) = 137+140+128=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #898C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C80 is #76737F. Grayscale: #898989. Windows color (decimal): -7762816 or 8424585. OLE color: 8424585.

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

Color convert

RGB137140128-
CMYK0.0200.090.45
HSL75º4.96%52.55%-
HSV(B)75º8.57%54.9%-
XYZ23.5925.6324.13-
YUV137.74122.51127.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=33.83%
G=34.57%
B=31.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371401280.0200.090.45754.9652.55
Hex898C802092D4b535
Octal211214200201155113565
Binary10001001100011001000000010010011011011001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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