#898B82

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

Shades of Jumbo #898B82

Tints of Jumbo #898B82

Color information

#898B82 (or 0x898B82) is unknown color: approx Jumbo. HEX triplet: 89, 8B and 82. RGB value is (137,139,130). Sum of RGB (Red+Green+Blue) = 137+139+130=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 139 - color contains mainly: green. Hex color #898B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B82 is #76747D. Grayscale: #898989. Windows color (decimal): -7763070 or 8555401. OLE color: 8555401.

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

Color convert

RGB137139130-
CMYK0.0100.060.45
HSL73.33º3.73%52.75%-
HSV(B)73.33º6.47%54.51%-
XYZ23.5825.424.78-
YUV137.38123.84127.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=33.74%
G=34.24%
B=32.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371391300.0100.060.4573.333.7352.75
Hex898B821062D49435
Octal21121320210655111465
Binary100010011000101110000010101101011011001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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