#8E954E

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

Shades of Highball #8E954E

Tints of Highball #8E954E

Color information

#8E954E (or 0x8E954E) is unknown color: approx Highball. HEX triplet: 8E, 95 and 4E. RGB value is (142,149,78). Sum of RGB (Red+Green+Blue) = 142+149+78=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #8E954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E954E is #716AB1. Grayscale: #8B8B8B. Windows color (decimal): -7432882 or 5150094. OLE color: 5150094.

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

Color convert

RGB14214978-
CMYK0.0500.480.42
HSL65.92º31.28%44.51%-
HSV(B)65.92º47.65%58.43%-
XYZ23.2827.811.35-
YUV138.8193.68130.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=38.48%
G=40.38%
B=21.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149780.0500.480.4265.9231.2844.51
Hex8E954E50302A421f2d
Octal2162251165060521023755
Binary100011101001010110011101010110000101010100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,78); }

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

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

 a { background-color: rgb(142,149,78); }

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

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

 span { border-color: rgb(142,149,78); }

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