#898B84

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

Shades of Jumbo #898B84

Tints of Jumbo #898B84

Color information

#898B84 (or 0x898B84) is unknown color: approx Jumbo. HEX triplet: 89, 8B and 84. RGB value is (137,139,132). Sum of RGB (Red+Green+Blue) = 137+139+132=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 139 - color contains mainly: green. Hex color #898B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B84 is #76747B. Grayscale: #898989. Windows color (decimal): -7763068 or 8686473. OLE color: 8686473.

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

Color convert

RGB137139132-
CMYK0.0100.050.45
HSL77.14º2.93%53.14%-
HSV(B)77.14º5.04%54.51%-
XYZ23.7125.4525.49-
YUV137.6124.84127.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=33.58%
G=34.07%
B=32.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371391320.0100.050.4577.142.9353.14
Hex898B841052D4d335
Octal21121320410555115365
Binary10001001100010111000010010101101101100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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