#8E9C41

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

Shades of Wasabi #8E9C41

Tints of Wasabi #8E9C41

Color information

#8E9C41 (or 0x8E9C41) is unknown color: approx Wasabi. HEX triplet: 8E, 9C and 41. RGB value is (142,156,65). Sum of RGB (Red+Green+Blue) = 142+156+65=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9C41 is #7163BE. Grayscale: #8D8D8D. Windows color (decimal): -7431103 or 4299918. OLE color: 4299918.

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

Color convert

RGB14215665-
CMYK0.0900.580.39
HSL69.23º41.18%43.33%-
HSV(B)69.23º58.33%61.18%-
XYZ2429.919.51-
YUV141.4484.86128.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=39.12%
G=42.98%
B=17.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142156650.0900.580.3969.2341.1843.33
Hex8E9C41903A2745292b
Octal21623410111072471055153
Binary10001110100111001000001100101110101001111000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,65); }

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

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

 a { background-color: rgb(142,156,65); }

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

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

 span { border-color: rgb(142,156,65); }

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