#8E9431

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

Shades of Wasabi #8E9431

Tints of Wasabi #8E9431

Color information

#8E9431 (or 0x8E9431) is unknown color: approx Wasabi. HEX triplet: 8E, 94 and 31. RGB value is (142,148,49). Sum of RGB (Red+Green+Blue) = 142+148+49=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9431 is #716BCE. Grayscale: #878787. Windows color (decimal): -7433167 or 3249294. OLE color: 3249294.

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

Color convert

RGB14214849-
CMYK0.0400.670.42
HSL63.64º50.25%38.63%-
HSV(B)63.64º66.89%58.04%-
XYZ22.327.156.97-
YUV134.9279.51133.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=41.89%
G=43.66%
B=14.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142148490.0400.670.4263.6450.2538.63
Hex8E943140432A403227
Octal2162246140103521006247
Binary1000111010010100110001100010000111010101000000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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