#8E9639

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

Shades of Wasabi #8E9639

Tints of Wasabi #8E9639

Color information

#8E9639 (or 0x8E9639) is unknown color: approx Wasabi. HEX triplet: 8E, 96 and 39. RGB value is (142,150,57). Sum of RGB (Red+Green+Blue) = 142+150+57=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #8E9639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9639 is #7169C6. Grayscale: #898989. Windows color (decimal): -7432647 or 3774094. OLE color: 3774094.

HSL color Cylindrical-coordinate representation of color #8E9639: hue angle of 65.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E9639 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB14215057-
CMYK0.0500.620.41
HSL65.16º44.93%40.59%-
HSV(B)65.16º62%58.82%-
XYZ22.827.868.05-
YUV137.0182.85131.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 57 (22.66% from 255) = 16.33%
R=40.69%
G=42.98%
B=16.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142150570.0500.620.4165.1644.9340.59
Hex8E9639503E29412d29
Octal216226715076511015551
Binary100011101001011011100110101111101010011000001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,57); }

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

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

 a { background-color: rgb(142,150,57); }

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

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

 span { border-color: rgb(142,150,57); }

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