#8E953E

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

Shades of Wasabi #8E953E

Tints of Wasabi #8E953E

Color information

#8E953E (or 0x8E953E) is unknown color: approx Wasabi. HEX triplet: 8E, 95 and 3E. RGB value is (142,149,62). Sum of RGB (Red+Green+Blue) = 142+149+62=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #8E953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E953E is #716AC1. Grayscale: #898989. Windows color (decimal): -7432898 or 4101518. OLE color: 4101518.

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

Color convert

RGB14214962-
CMYK0.0500.580.42
HSL64.83º41.23%41.37%-
HSV(B)64.83º58.39%58.43%-
XYZ22.7727.598.68-
YUV136.9985.68131.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=40.23%
G=42.21%
B=17.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149620.0500.580.4264.8341.2341.37
Hex8E953E503A2A412929
Octal216225765072521015151
Binary100011101001010111111010101110101010101000001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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