#8E9335

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

Shades of Wasabi #8E9335

Tints of Wasabi #8E9335

Color information

#8E9335 (or 0x8E9335) is unknown color: approx Wasabi. HEX triplet: 8E, 93 and 35. RGB value is (142,147,53). Sum of RGB (Red+Green+Blue) = 142+147+53=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9335 is #716CCA. Grayscale: #878787. Windows color (decimal): -7433419 or 3511182. OLE color: 3511182.

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

Color convert

RGB14214753-
CMYK0.0300.640.42
HSL63.19º47%39.22%-
HSV(B)63.19º63.95%57.65%-
XYZ22.2326.887.38-
YUV134.7981.84133.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=41.52%
G=42.98%
B=15.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147530.0300.640.4263.194739.22
Hex8E933530402A3f2f27
Octal216223653010052775747
Binary10001110100100111101011101000000101010111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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