#8E9136

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

Shades of Highball #8E9136

Tints of Highball #8E9136

Color information

#8E9136 (or 0x8E9136) is unknown color: approx Highball. HEX triplet: 8E, 91 and 36. RGB value is (142,145,54). Sum of RGB (Red+Green+Blue) = 142+145+54=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9136 is #716EC9. Grayscale: #868686. Windows color (decimal): -7433930 or 3576206. OLE color: 3576206.

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

Color convert

RGB14214554-
CMYK0.0200.630.43
HSL61.98º45.73%39.02%-
HSV(B)61.98º62.76%56.86%-
XYZ21.9526.277.4-
YUV133.7383.01133.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 54 (21.48% from 255) = 15.84%
R=41.64%
G=42.52%
B=15.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145540.0200.630.4361.9845.7339.02
Hex8E9136203F2B3e2e27
Octal21622166207753765647
Binary1000111010010001110110100111111101011111110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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