#898038

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

Shades of Highball #898038

Tints of Highball #898038

Color information

#898038 (or 0x898038) is unknown color: approx Highball. HEX triplet: 89, 80 and 38. RGB value is (137,128,56). Sum of RGB (Red+Green+Blue) = 137+128+56=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #898038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898038 is #767FC7. Grayscale: #7A7A7A. Windows color (decimal): -7765960 or 3702921. OLE color: 3702921.

HSL color Cylindrical-coordinate representation of color #898038: hue angle of 53.33º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #898038 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB13712856-
CMYK00.070.590.46
HSL53.33º41.97%37.84%-
HSV(B)53.33º59.12%53.73%-
XYZ18.7521.046.81-
YUV122.4890.48138.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=42.68%
G=39.88%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371285600.070.590.4653.3341.9737.84
Hex898038073B2E352a26
Octal21120070077356655246
Binary10001001100000001110000111111011101110110101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898038; }

 p { color: rgb(137,128,56); }

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

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

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

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

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

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

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