#8E9334

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

Shades of Wasabi #8E9334

Tints of Wasabi #8E9334

Color information

#8E9334 (or 0x8E9334) is unknown color: approx Wasabi. HEX triplet: 8E, 93 and 34. RGB value is (142,147,52). Sum of RGB (Red+Green+Blue) = 142+147+52=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9334 is #716CCB. Grayscale: #878787. Windows color (decimal): -7433420 or 3445646. OLE color: 3445646.

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

Color convert

RGB14214752-
CMYK0.0300.650.42
HSL63.16º47.74%39.02%-
HSV(B)63.16º64.63%57.65%-
XYZ22.2126.877.26-
YUV134.6881.34133.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=41.64%
G=43.11%
B=15.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147520.0300.650.4263.1647.7439.02
Hex8E933430412A3f3027
Octal216223643010152776047
Binary10001110100100111101001101000001101010111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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