#8E922F

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

Shades of Wasabi #8E922F

Tints of Wasabi #8E922F

Color information

#8E922F (or 0x8E922F) is unknown color: approx Wasabi. HEX triplet: 8E, 92 and 2F. RGB value is (142,146,47). Sum of RGB (Red+Green+Blue) = 142+146+47=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #8E922F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E922F is #716DD0. Grayscale: #858585. Windows color (decimal): -7433681 or 3117710. OLE color: 3117710.

HSL color Cylindrical-coordinate representation of color #8E922F: hue angle of 62.42º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E922F is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB14214647-
CMYK0.0300.680.43
HSL62.42º51.3%37.84%-
HSV(B)62.42º67.81%57.25%-
XYZ21.9526.516.65-
YUV133.5279.17134.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=42.39%
G=43.58%
B=14.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146470.0300.680.4362.4251.337.84
Hex8E922F30442B3e3326
Octal216222573010453766346
Binary10001110100100101011111101000100101011111110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E922F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,47); }

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

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

 a { background-color: rgb(142,146,47); }

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

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

 span { border-color: rgb(142,146,47); }

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