#898C81

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

Shades of Jumbo #898C81

Tints of Jumbo #898C81

Color information

#898C81 (or 0x898C81) is unknown color: approx Jumbo. HEX triplet: 89, 8C and 81. RGB value is (137,140,129). Sum of RGB (Red+Green+Blue) = 137+140+129=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 140 - color contains mainly: green. Hex color #898C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C81 is #76737E. Grayscale: #898989. Windows color (decimal): -7762815 or 8490121. OLE color: 8490121.

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

Color convert

RGB137140129-
CMYK0.0200.080.45
HSL76.36º4.56%52.75%-
HSV(B)76.36º7.86%54.9%-
XYZ23.6625.6624.47-
YUV137.85123.01127.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=33.74%
G=34.48%
B=31.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371401290.0200.080.4576.364.5652.75
Hex898C812082D4c535
Octal211214201201055114565
Binary10001001100011001000000110010001011011001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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