#8E9132

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

Shades of Highball #8E9132

Tints of Highball #8E9132

Color information

#8E9132 (or 0x8E9132) is unknown color: approx Highball. HEX triplet: 8E, 91 and 32. RGB value is (142,145,50). Sum of RGB (Red+Green+Blue) = 142+145+50=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9132 is #716ECD. Grayscale: #858585. Windows color (decimal): -7433934 or 3314062. OLE color: 3314062.

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

Color convert

RGB14214550-
CMYK0.0200.660.43
HSL61.89º48.72%38.24%-
HSV(B)61.89º65.52%56.86%-
XYZ21.8626.236.93-
YUV133.2781.01134.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=42.14%
G=43.03%
B=14.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145500.0200.660.4361.8948.7238.24
Hex8E913220422B3e3126
Octal216221622010253766146
Binary10001110100100011100101001000010101011111110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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