#898C49

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

Shades of Highball #898C49

Tints of Highball #898C49

Color information

#898C49 (or 0x898C49) is unknown color: approx Highball. HEX triplet: 89, 8C and 49. RGB value is (137,140,73). Sum of RGB (Red+Green+Blue) = 137+140+73=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #898C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898C49 is #7673B6. Grayscale: #838383. Windows color (decimal): -7762871 or 4820105. OLE color: 4820105.

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

Color convert

RGB13714073-
CMYK0.0200.480.45
HSL62.69º31.46%41.76%-
HSV(B)62.69º47.86%54.9%-
XYZ20.924.569.94-
YUV131.4695.01131.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=39.14%
G=40%
B=20.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137140730.0200.480.4562.6931.4641.76
Hex898C4920302D3f1f2a
Octal211214111206055773752
Binary1000100110001100100100110011000010110111111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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