#8E8948

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

Shades of Highball #8E8948

Tints of Highball #8E8948

Color information

#8E8948 (or 0x8E8948) is unknown color: approx Highball. HEX triplet: 8E, 89 and 48. RGB value is (142,137,72). Sum of RGB (Red+Green+Blue) = 142+137+72=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8948 is #7176B7. Grayscale: #838383. Windows color (decimal): -7435960 or 4753806. OLE color: 4753806.

HSL color Cylindrical-coordinate representation of color #8E8948: hue angle of 55.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E8948 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB14213772-
CMYK00.040.490.44
HSL55.71º32.71%41.96%-
HSV(B)55.71º49.3%55.69%-
XYZ21.2724.119.66-
YUV131.0894.66135.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=40.46%
G=39.03%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421377200.040.490.4455.7132.7141.96
Hex8E894804312C38212a
Octal216211110046154704152
Binary100011101000100110010000100110001101100111000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8948; }

 p { color: rgb(142,137,72); }

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

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

 a { background-color: rgb(142,137,72); }

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

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

 span { border-color: rgb(142,137,72); }

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