#8E893B

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

Shades of Highball #8E893B

Tints of Highball #8E893B

Color information

#8E893B (or 0x8E893B) is unknown color: approx Highball. HEX triplet: 8E, 89 and 3B. RGB value is (142,137,59). Sum of RGB (Red+Green+Blue) = 142+137+59=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E893B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E893B is #7176C4. Grayscale: #818181. Windows color (decimal): -7435973 or 3901838. OLE color: 3901838.

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

Color convert

RGB14213759-
CMYK00.040.580.44
HSL56.39º41.29%39.41%-
HSV(B)56.39º58.45%55.69%-
XYZ20.8923.967.66-
YUV129.688.16136.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=42.01%
G=40.53%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421375900.040.580.4456.3941.2939.41
Hex8E893B043A2C382927
Octal21621173047254705147
Binary10001110100010011110110100111010101100111000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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