#8E934D

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

Shades of Highball #8E934D

Tints of Highball #8E934D

Color information

#8E934D (or 0x8E934D) is unknown color: approx Highball. HEX triplet: 8E, 93 and 4D. RGB value is (142,147,77). Sum of RGB (Red+Green+Blue) = 142+147+77=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #8E934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E934D is #716CB2. Grayscale: #898989. Windows color (decimal): -7433395 or 5084046. OLE color: 5084046.

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

Color convert

RGB14214777-
CMYK0.0300.480.42
HSL64.29º31.25%43.92%-
HSV(B)64.29º47.62%57.65%-
XYZ22.9327.1511.05-
YUV137.5293.84131.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=38.80%
G=40.16%
B=21.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147770.0300.480.4264.2931.2543.92
Hex8E934D30302A401f2c
Octal2162231153060521003754
Binary10001110100100111001101110110000101010100000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,147,77); }

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

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

 a { background-color: rgb(142,147,77); }

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

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

 span { border-color: rgb(142,147,77); }

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