#8E8B4A

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

Shades of Highball #8E8B4A

Tints of Highball #8E8B4A

Color information

#8E8B4A (or 0x8E8B4A) is unknown color: approx Highball. HEX triplet: 8E, 8B and 4A. RGB value is (142,139,74). Sum of RGB (Red+Green+Blue) = 142+139+74=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B4A is #7174B5. Grayscale: #848484. Windows color (decimal): -7435446 or 4885390. OLE color: 4885390.

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

Color convert

RGB14213974-
CMYK00.020.480.44
HSL57.35º31.48%42.35%-
HSV(B)57.35º47.89%55.69%-
XYZ21.6224.7110.11-
YUV132.4994.99134.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=40%
G=39.15%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421397400.020.480.4457.3531.4842.35
Hex8E8B4A02302C391f2a
Octal216213112026054713752
Binary1000111010001011100101001011000010110011100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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