#8E8B41

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

Shades of Highball #8E8B41

Tints of Highball #8E8B41

Color information

#8E8B41 (or 0x8E8B41) is unknown color: approx Highball. HEX triplet: 8E, 8B and 41. RGB value is (142,139,65). Sum of RGB (Red+Green+Blue) = 142+139+65=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B41 is #7174BE. Grayscale: #838383. Windows color (decimal): -7435455 or 4295566. OLE color: 4295566.

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

Color convert

RGB14213965-
CMYK00.020.540.44
HSL57.66º37.2%40.59%-
HSV(B)57.66º54.23%55.69%-
XYZ21.3424.68.62-
YUV131.4690.49135.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=41.04%
G=40.17%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421396500.020.540.4457.6637.240.59
Hex8E8B4102362C3a2529
Octal216213101026654724551
Binary10001110100010111000001010110110101100111010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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