#898133

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

Shades of Highball #898133

Tints of Highball #898133

Color information

#898133 (or 0x898133) is unknown color: approx Highball. HEX triplet: 89, 81 and 33. RGB value is (137,129,51). Sum of RGB (Red+Green+Blue) = 137+129+51=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #898133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898133 is #767ECC. Grayscale: #7A7A7A. Windows color (decimal): -7765709 or 3375497. OLE color: 3375497.

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

Color convert

RGB13712951-
CMYK00.060.630.46
HSL54.42º45.74%36.86%-
HSV(B)54.42º62.77%53.73%-
XYZ18.7621.266.25-
YUV122.587.65138.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=43.22%
G=40.69%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371295100.060.630.4654.4245.7436.86
Hex898133063F2E362e25
Octal21120163067756665645
Binary10001001100000011100110110111111101110110110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898133; }

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

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

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

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

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

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

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

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