#898235

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

Shades of Highball #898235

Tints of Highball #898235

Color information

#898235 (or 0x898235) is unknown color: approx Highball. HEX triplet: 89, 82 and 35. RGB value is (137,130,53). Sum of RGB (Red+Green+Blue) = 137+130+53=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #898235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898235 is #767DCA. Grayscale: #7B7B7B. Windows color (decimal): -7765451 or 3506825. OLE color: 3506825.

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

Color convert

RGB13713053-
CMYK00.050.610.46
HSL55º44.21%37.25%-
HSV(B)55º61.31%53.73%-
XYZ18.9421.546.53-
YUV123.3288.32137.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=42.81%
G=40.62%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371305300.050.610.465544.2137.25
Hex898235053D2E372c25
Octal21120265057556675445
Binary10001001100000101101010101111101101110110111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898235; }

 p { color: rgb(137,130,53); }

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

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

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

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

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

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

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