#8E9052

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

Shades of Highball #8E9052

Tints of Highball #8E9052

Color information

#8E9052 (or 0x8E9052) is unknown color: approx Highball. HEX triplet: 8E, 90 and 52. RGB value is (142,144,82). Sum of RGB (Red+Green+Blue) = 142+144+82=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9052 is #716FAD. Grayscale: #888888. Windows color (decimal): -7434158 or 5410958. OLE color: 5410958.

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

Color convert

RGB14214482-
CMYK0.0100.430.44
HSL61.94º27.43%44.31%-
HSV(B)61.94º43.06%56.47%-
XYZ22.6526.3111.87-
YUV136.3397.34132.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=38.59%
G=39.13%
B=22.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142144820.0100.430.4461.9427.4344.31
Hex8E9052102B2C3e1b2c
Octal216220122105354763354
Binary100011101001000010100101010101110110011111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,144,82); }

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

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

 a { background-color: rgb(142,144,82); }

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

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

 span { border-color: rgb(142,144,82); }

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