#8E864A

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

Shades of Highball #8E864A

Tints of Highball #8E864A

Color information

#8E864A (or 0x8E864A) is unknown color: approx Highball. HEX triplet: 8E, 86 and 4A. RGB value is (142,134,74). Sum of RGB (Red+Green+Blue) = 142+134+74=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E864A is #7179B5. Grayscale: #818181. Windows color (decimal): -7436726 or 4884110. OLE color: 4884110.

HSL color Cylindrical-coordinate representation of color #8E864A: hue angle of 52.94º 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 #8E864A is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB14213474-
CMYK00.060.480.44
HSL52.94º31.48%42.35%-
HSV(B)52.94º47.89%55.69%-
XYZ20.9223.39.87-
YUV129.5596.65136.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=40.57%
G=38.29%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421347400.060.480.4452.9431.4842.35
Hex8E864A06302C351f2a
Octal216206112066054653752
Binary10001110100001101001010011011000010110011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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