#8E914A

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

Shades of Highball #8E914A

Tints of Highball #8E914A

Color information

#8E914A (or 0x8E914A) is unknown color: approx Highball. HEX triplet: 8E, 91 and 4A. RGB value is (142,145,74). Sum of RGB (Red+Green+Blue) = 142+145+74=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #8E914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E914A is #716EB5. Grayscale: #888888. Windows color (decimal): -7433910 or 4886926. OLE color: 4886926.

HSL color Cylindrical-coordinate representation of color #8E914A: hue angle of 62.54º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E914A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB14214574-
CMYK0.0200.490.43
HSL62.54º32.42%42.94%-
HSV(B)62.54º48.97%56.86%-
XYZ22.5226.510.41-
YUV136.0193.01132.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.34%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=39.34%
G=40.17%
B=20.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145740.0200.490.4362.5432.4242.94
Hex8E914A20312B3f202b
Octal216221112206153774053
Binary10001110100100011001010100110001101011111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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