#8E9E49

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

Shades of Wasabi #8E9E49

Tints of Wasabi #8E9E49

Color information

#8E9E49 (or 0x8E9E49) is unknown color: approx Wasabi. HEX triplet: 8E, 9E and 49. RGB value is (142,158,73). Sum of RGB (Red+Green+Blue) = 142+158+73=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9E49 is #7161B6. Grayscale: #8F8F8F. Windows color (decimal): -7430583 or 4824718. OLE color: 4824718.

HSL color Cylindrical-coordinate representation of color #8E9E49: hue angle of 71.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E9E49 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB14215873-
CMYK0.1000.540.38
HSL71.29º36.8%45.29%-
HSV(B)71.29º53.8%61.96%-
XYZ24.5830.6910.93-
YUV143.5388.2126.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 73 (28.91% from 255) = 19.57%
R=38.07%
G=42.36%
B=19.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142158730.1000.540.3871.2936.845.29
Hex8E9E49A0362647252d
Octal21623611112066461074555
Binary10001110100111101001001101001101101001101000111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,158,73); }

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

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

 a { background-color: rgb(142,158,73); }

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

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

 span { border-color: rgb(142,158,73); }

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