#8E8B43

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

Shades of Highball #8E8B43

Tints of Highball #8E8B43

Color information

#8E8B43 (or 0x8E8B43) is unknown color: approx Highball. HEX triplet: 8E, 8B and 43. RGB value is (142,139,67). Sum of RGB (Red+Green+Blue) = 142+139+67=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B43 is #7174BC. Grayscale: #838383. Windows color (decimal): -7435453 or 4426638. OLE color: 4426638.

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

Color convert

RGB14213967-
CMYK00.020.530.44
HSL57.6º35.89%40.98%-
HSV(B)57.6º52.82%55.69%-
XYZ21.424.628.93-
YUV131.6991.49135.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 67 (26.56% from 255) = 19.25%
R=40.80%
G=39.94%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421396700.020.530.4457.635.8940.98
Hex8E8B4302352C3a2429
Octal216213103026554724451
Binary10001110100010111000011010110101101100111010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,67); }

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

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

 a { background-color: rgb(142,139,67); }

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

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

 span { border-color: rgb(142,139,67); }

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