#898986

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

Shades of Jumbo #898986

Tints of Jumbo #898986

Color information

#898986 (or 0x898986) is unknown color: approx Jumbo. HEX triplet: 89, 89 and 86. RGB value is (137,137,134). Sum of RGB (Red+Green+Blue) = 137+137+134=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898986 is #767679. Grayscale: #888888. Windows color (decimal): -7763578 or 8817033. OLE color: 8817033.

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

Color convert

RGB137137134-
CMYK000.020.46
HSL60º1.26%53.14%-
HSV(B)60º2.19%53.73%-
XYZ23.5724.9326.12-
YUV136.66126.5128.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 134 (52.73% from 255) = 32.84%
R=33.58%
G=33.58%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137137134000.020.46601.2653.14
Hex8989860022E3c135
Octal2112112060025674165
Binary10001001100010011000011000101011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898986; }

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

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

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

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

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

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

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

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