#8E9450

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

Shades of Highball #8E9450

Tints of Highball #8E9450

Color information

#8E9450 (or 0x8E9450) is unknown color: approx Highball. HEX triplet: 8E, 94 and 50. RGB value is (142,148,80). Sum of RGB (Red+Green+Blue) = 142+148+80=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9450 is #716BAF. Grayscale: #8A8A8A. Windows color (decimal): -7433136 or 5280910. OLE color: 5280910.

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

Color convert

RGB14214880-
CMYK0.0400.460.42
HSL65.29º29.82%44.71%-
HSV(B)65.29º45.95%58.04%-
XYZ23.1927.5111.68-
YUV138.4595.01130.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=38.38%
G=40%
B=21.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142148800.0400.460.4265.2929.8244.71
Hex8E9450402E2A411e2d
Octal2162241204056521013655
Binary100011101001010010100001000101110101010100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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