#8E944A

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

Shades of Highball #8E944A

Tints of Highball #8E944A

Color information

#8E944A (or 0x8E944A) is unknown color: approx Highball. HEX triplet: 8E, 94 and 4A. RGB value is (142,148,74). Sum of RGB (Red+Green+Blue) = 142+148+74=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #8E944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E944A is #716BB5. Grayscale: #8A8A8A. Windows color (decimal): -7433142 or 4887694. OLE color: 4887694.

HSL color Cylindrical-coordinate representation of color #8E944A: hue angle of 64.86º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E944A is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14214874-
CMYK0.0400.500.42
HSL64.86º33.33%43.53%-
HSV(B)64.86º50%58.04%-
XYZ22.9827.4310.56-
YUV137.7792.01131.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=39.01%
G=40.66%
B=20.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142148740.0400.500.4264.8633.3343.53
Hex8E944A40322A41212c
Octal2162241124062521014154
Binary1000111010010100100101010001100101010101000001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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