#898430

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

Shades of Highball #898430

Tints of Highball #898430

Color information

#898430 (or 0x898430) is unknown color: approx Highball. HEX triplet: 89, 84 and 30. RGB value is (137,132,48). Sum of RGB (Red+Green+Blue) = 137+132+48=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #898430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898430 is #767BCF. Grayscale: #7C7C7C. Windows color (decimal): -7764944 or 3179657. OLE color: 3179657.

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

Color convert

RGB13713248-
CMYK00.040.650.46
HSL56.63º48.11%36.27%-
HSV(B)56.63º64.96%53.73%-
XYZ19.122.036.04-
YUV123.9285.16137.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=43.22%
G=41.64%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371324800.040.650.4656.6348.1136.27
Hex89843004412E393024
Octal211204600410156716044
Binary100010011000010011000001001000001101110111001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898430; }

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

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

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

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

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

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

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

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