#8E9153

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

Shades of Highball #8E9153

Tints of Highball #8E9153

Color information

#8E9153 (or 0x8E9153) is unknown color: approx Highball. HEX triplet: 8E, 91 and 53. RGB value is (142,145,83). Sum of RGB (Red+Green+Blue) = 142+145+83=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #8E9153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9153 is #716EAC. Grayscale: #898989. Windows color (decimal): -7433901 or 5476750. OLE color: 5476750.

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

Color convert

RGB14214583-
CMYK0.0200.430.43
HSL62.9º27.19%44.71%-
HSV(B)62.9º42.76%56.86%-
XYZ22.8426.6312.12-
YUV137.0497.51131.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=38.38%
G=39.19%
B=22.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145830.0200.430.4362.927.1944.71
Hex8E9153202B2B3f1b2d
Octal216221123205353773355
Binary1000111010010001101001110010101110101111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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