#8D9946

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

Shades of Wasabi #8D9946

Tints of Wasabi #8D9946

Color information

#8D9946 (or 0x8D9946) is unknown color: approx Wasabi. HEX triplet: 8D, 99 and 46. RGB value is (141,153,70). Sum of RGB (Red+Green+Blue) = 141+153+70=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9946 is #7266B9. Grayscale: #8C8C8C. Windows color (decimal): -7497402 or 4626829. OLE color: 4626829.

HSL color Cylindrical-coordinate representation of color #8D9946: hue angle of 68.67º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D9946 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB14115370-
CMYK0.0800.540.4
HSL68.67º37.22%43.73%-
HSV(B)68.67º54.25%60%-
XYZ23.4828.8910.13-
YUV139.9588.52128.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 70 (27.73% from 255) = 19.23%
R=38.74%
G=42.03%
B=19.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141153700.0800.540.468.6737.2243.73
Hex8D994680362845252c
Octal21523110610066501054554
Binary10001101100110011000110100001101101010001000101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,153,70); }

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

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

 a { background-color: rgb(141,153,70); }

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

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

 span { border-color: rgb(141,153,70); }

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