#8E9539

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

Shades of Wasabi #8E9539

Tints of Wasabi #8E9539

Color information

#8E9539 (or 0x8E9539) is unknown color: approx Wasabi. HEX triplet: 8E, 95 and 39. RGB value is (142,149,57). Sum of RGB (Red+Green+Blue) = 142+149+57=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9539 is #716AC6. Grayscale: #888888. Windows color (decimal): -7432903 or 3773838. OLE color: 3773838.

HSL color Cylindrical-coordinate representation of color #8E9539: hue angle of 64.57º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E9539 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB14214957-
CMYK0.0500.620.42
HSL64.57º44.66%40.39%-
HSV(B)64.57º61.74%58.43%-
XYZ22.6427.547.99-
YUV136.4283.18131.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 57 (22.66% from 255) = 16.38%
R=40.80%
G=42.82%
B=16.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149570.0500.620.4264.5744.6640.39
Hex8E9539503E2A412d28
Octal216225715076521015550
Binary100011101001010111100110101111101010101000001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,57); }

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

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

 a { background-color: rgb(142,149,57); }

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

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

 span { border-color: rgb(142,149,57); }

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