#8E9934

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

Shades of Wasabi #8E9934

Tints of Wasabi #8E9934

Color information

#8E9934 (or 0x8E9934) is unknown color: approx Wasabi. HEX triplet: 8E, 99 and 34. RGB value is (142,153,52). Sum of RGB (Red+Green+Blue) = 142+153+52=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9934 is #7166CB. Grayscale: #8A8A8A. Windows color (decimal): -7431884 or 3447182. OLE color: 3447182.

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

Color convert

RGB14215352-
CMYK0.0700.660.4
HSL66.53º49.27%40.2%-
HSV(B)66.53º66.01%60%-
XYZ23.1728.787.58-
YUV138.279.36130.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=40.92%
G=44.09%
B=14.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153520.0700.660.466.5349.2740.2
Hex8E9934704228433128
Octal2162316470102501036150
Binary1000111010011001110100111010000101010001000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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