#8E9B47

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

Shades of Wasabi #8E9B47

Tints of Wasabi #8E9B47

Color information

#8E9B47 (or 0x8E9B47) is unknown color: approx Wasabi. HEX triplet: 8E, 9B and 47. RGB value is (142,155,71). Sum of RGB (Red+Green+Blue) = 142+155+71=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9B47 is #7164B8. Grayscale: #8D8D8D. Windows color (decimal): -7431353 or 4692878. OLE color: 4692878.

HSL color Cylindrical-coordinate representation of color #8E9B47: hue angle of 69.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E9B47 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB14215571-
CMYK0.0800.540.39
HSL69.29º37.17%44.31%-
HSV(B)69.29º54.19%60.78%-
XYZ24.0129.6510.42-
YUV141.5488.19128.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 71 (28.12% from 255) = 19.29%
R=38.59%
G=42.12%
B=19.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142155710.0800.540.3969.2937.1744.31
Hex8E9B4780362745252c
Octal21623310710066471054554
Binary10001110100110111000111100001101101001111000101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,155,71); }

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

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

 a { background-color: rgb(142,155,71); }

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

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

 span { border-color: rgb(142,155,71); }

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