#8E984C

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

Shades of Wasabi #8E984C

Tints of Wasabi #8E984C

Color information

#8E984C (or 0x8E984C) is unknown color: approx Wasabi. HEX triplet: 8E, 98 and 4C. RGB value is (142,152,76). Sum of RGB (Red+Green+Blue) = 142+152+76=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #8E984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E984C is #7167B3. Grayscale: #8C8C8C. Windows color (decimal): -7432116 or 5019790. OLE color: 5019790.

HSL color Cylindrical-coordinate representation of color #8E984C: hue angle of 67.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E984C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB14215276-
CMYK0.0700.500.40
HSL67.89º33.33%44.71%-
HSV(B)67.89º50%59.61%-
XYZ23.6928.7311.13-
YUV140.3591.69129.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=38.38%
G=41.08%
B=20.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142152760.0700.500.4067.8933.3344.71
Hex8E984C70322844212d
Octal2162301147062501044155
Binary1000111010011000100110011101100101010001000100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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