#898940

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

Shades of Highball #898940

Tints of Highball #898940

Color information

#898940 (or 0x898940) is unknown color: approx Highball. HEX triplet: 89, 89 and 40. RGB value is (137,137,64). Sum of RGB (Red+Green+Blue) = 137+137+64=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898940 is #7676BF. Grayscale: #808080. Windows color (decimal): -7763648 or 4229513. OLE color: 4229513.

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

Color convert

RGB13713764-
CMYK000.530.46
HSL60º36.32%39.41%-
HSV(B)60º53.28%53.73%-
XYZ20.1923.588.34-
YUV128.6891.5133.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=40.53%
G=40.53%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713764000.530.466036.3239.41
Hex89894000352E3c2427
Octal211211100006556744447
Binary1000100110001001100000000110101101110111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898940; }

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

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

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

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

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

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

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

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