#8E9841

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

Shades of Wasabi #8E9841

Tints of Wasabi #8E9841

Color information

#8E9841 (or 0x8E9841) is unknown color: approx Wasabi. HEX triplet: 8E, 98 and 41. RGB value is (142,152,65). Sum of RGB (Red+Green+Blue) = 142+152+65=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9841 is #7167BE. Grayscale: #8B8B8B. Windows color (decimal): -7432127 or 4298894. OLE color: 4298894.

HSL color Cylindrical-coordinate representation of color #8E9841: hue angle of 66.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E9841 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB14215265-
CMYK0.0700.570.40
HSL66.9º40.09%42.55%-
HSV(B)66.9º57.24%59.61%-
XYZ23.3428.599.29-
YUV139.0986.19130.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 65 (25.78% from 255) = 18.11%
R=39.55%
G=42.34%
B=18.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142152650.0700.570.4066.940.0942.55
Hex8E984170392843282b
Octal2162301017071501035053
Binary1000111010011000100000111101110011010001000011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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