#898142

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

Shades of Highball #898142

Tints of Highball #898142

Color information

#898142 (or 0x898142) is unknown color: approx Highball. HEX triplet: 89, 81 and 42. RGB value is (137,129,66). Sum of RGB (Red+Green+Blue) = 137+129+66=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #898142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898142 is #767EBD. Grayscale: #7C7C7C. Windows color (decimal): -7765694 or 4358537. OLE color: 4358537.

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

Color convert

RGB13712966-
CMYK00.060.520.46
HSL53.24º34.98%39.8%-
HSV(B)53.24º51.82%53.73%-
XYZ19.1521.418.28-
YUV124.2195.15137.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=41.27%
G=38.86%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371296600.060.520.4653.2434.9839.8
Hex89814206342E352328
Octal211201102066456654350
Binary100010011000000110000100110110100101110110101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898142; }

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

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

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

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

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

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

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

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