#8E944C

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

Shades of Highball #8E944C

Tints of Highball #8E944C

Color information

#8E944C (or 0x8E944C) is unknown color: approx Highball. HEX triplet: 8E, 94 and 4C. RGB value is (142,148,76). Sum of RGB (Red+Green+Blue) = 142+148+76=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #8E944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E944C is #716BB3. Grayscale: #8A8A8A. Windows color (decimal): -7433140 or 5018766. OLE color: 5018766.

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

Color convert

RGB14214876-
CMYK0.0400.490.42
HSL65º32.14%43.92%-
HSV(B)65º48.65%58.04%-
XYZ23.0527.4510.92-
YUV13893.01130.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=38.80%
G=40.44%
B=20.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142148760.0400.490.426532.1443.92
Hex8E944C40312A41202c
Octal2162241144061521014054
Binary1000111010010100100110010001100011010101000001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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