#898434

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

Shades of Highball #898434

Tints of Highball #898434

Color information

#898434 (or 0x898434) is unknown color: approx Highball. HEX triplet: 89, 84 and 34. RGB value is (137,132,52). Sum of RGB (Red+Green+Blue) = 137+132+52=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #898434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898434 is #767BCB. Grayscale: #7C7C7C. Windows color (decimal): -7764940 or 3441801. OLE color: 3441801.

HSL color Cylindrical-coordinate representation of color #898434: hue angle of 56.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #898434 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB13713252-
CMYK00.040.620.46
HSL56.47º44.97%37.06%-
HSV(B)56.47º62.04%53.73%-
XYZ19.1922.076.5-
YUV124.3887.16137-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=42.68%
G=41.12%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371325200.040.620.4656.4744.9737.06
Hex898434043E2E382d25
Octal21120464047656705545
Binary10001001100001001101000100111110101110111000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898434; }

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

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

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

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

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

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

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

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