#8E9331

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

Shades of Wasabi #8E9331

Tints of Wasabi #8E9331

Color information

#8E9331 (or 0x8E9331) is unknown color: approx Wasabi. HEX triplet: 8E, 93 and 31. RGB value is (142,147,49). Sum of RGB (Red+Green+Blue) = 142+147+49=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9331 is #716CCE. Grayscale: #868686. Windows color (decimal): -7433423 or 3249038. OLE color: 3249038.

HSL color Cylindrical-coordinate representation of color #8E9331: hue angle of 63.06º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E9331 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14214749-
CMYK0.0300.670.42
HSL63.06º50%38.43%-
HSV(B)63.06º66.67%57.65%-
XYZ22.1426.846.92-
YUV134.3379.84133.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 49 (19.53% from 255) = 14.50%
R=42.01%
G=43.49%
B=14.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147490.0300.670.4263.065038.43
Hex8E933130432A3f3226
Octal216223613010352776246
Binary10001110100100111100011101000011101010111111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,147,49); }

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

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

 a { background-color: rgb(142,147,49); }

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

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

 span { border-color: rgb(142,147,49); }

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