#898982

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

Shades of Jumbo #898982

Tints of Jumbo #898982

Color information

#898982 (or 0x898982) is unknown color: approx Jumbo. HEX triplet: 89, 89 and 82. RGB value is (137,137,130). Sum of RGB (Red+Green+Blue) = 137+137+130=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898982 is #76767D. Grayscale: #888888. Windows color (decimal): -7763582 or 8554889. OLE color: 8554889.

HSL color Cylindrical-coordinate representation of color #898982: hue angle of 60º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898982 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB137137130-
CMYK000.050.46
HSL60º2.88%52.35%-
HSV(B)60º5.11%53.73%-
XYZ23.2924.8224.68-
YUV136.2124.5128.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=33.91%
G=33.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137137130000.050.46602.8852.35
Hex8989820052E3c334
Octal2112112020055674364
Binary1000100110001001100000100010110111011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898982; }

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

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

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

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

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

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

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

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