#8E994C

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

Shades of Wasabi #8E994C

Tints of Wasabi #8E994C

Color information

#8E994C (or 0x8E994C) is unknown color: approx Wasabi. HEX triplet: 8E, 99 and 4C. RGB value is (142,153,76). Sum of RGB (Red+Green+Blue) = 142+153+76=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #8E994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E994C is #7166B3. Grayscale: #8D8D8D. Windows color (decimal): -7431860 or 5020046. OLE color: 5020046.

HSL color Cylindrical-coordinate representation of color #8E994C: hue angle of 68.57º degrees, saturation: 0.34, 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 #8E994C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB14215376-
CMYK0.0700.500.4
HSL68.57º33.62%44.9%-
HSV(B)68.57º50.33%60%-
XYZ23.8529.0611.19-
YUV140.9391.36128.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=38.27%
G=41.24%
B=20.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153760.0700.500.468.5733.6244.9
Hex8E994C70322845222d
Octal2162311147062501054255
Binary1000111010011001100110011101100101010001000101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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