#8E983B

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

Shades of Wasabi #8E983B

Tints of Wasabi #8E983B

Color information

#8E983B (or 0x8E983B) is unknown color: approx Wasabi. HEX triplet: 8E, 98 and 3B. RGB value is (142,152,59). Sum of RGB (Red+Green+Blue) = 142+152+59=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #8E983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E983B is #7167C4. Grayscale: #8A8A8A. Windows color (decimal): -7432133 or 3905678. OLE color: 3905678.

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

Color convert

RGB14215259-
CMYK0.0700.610.40
HSL66.45º44.08%41.37%-
HSV(B)66.45º61.18%59.61%-
XYZ23.1728.528.42-
YUV138.4183.19130.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 59 (23.44% from 255) = 16.71%
R=40.23%
G=43.06%
B=16.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142152590.0700.610.4066.4544.0841.37
Hex8E983B703D28422c29
Octal216230737075501025451
Binary100011101001100011101111101111011010001000010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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