#8D9D47

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

Shades of Wasabi #8D9D47

Tints of Wasabi #8D9D47

Color information

#8D9D47 (or 0x8D9D47) is unknown color: approx Wasabi. HEX triplet: 8D, 9D and 47. RGB value is (141,157,71). Sum of RGB (Red+Green+Blue) = 141+157+71=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9D47 is #7262B8. Grayscale: #8E8E8E. Windows color (decimal): -7496377 or 4693389. OLE color: 4693389.

HSL color Cylindrical-coordinate representation of color #8D9D47: hue angle of 71.16º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D9D47 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB14115771-
CMYK0.1000.550.38
HSL71.16º37.72%44.71%-
HSV(B)71.16º54.78%61.57%-
XYZ24.1830.2310.52-
YUV142.4187.7126.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 71 (28.12% from 255) = 19.24%
R=38.21%
G=42.55%
B=19.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141157710.1000.550.3871.1637.7244.71
Hex8D9D47A0372647262d
Octal21523510712067461074655
Binary10001101100111011000111101001101111001101000111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,71); }

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

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

 a { background-color: rgb(141,157,71); }

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

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

 span { border-color: rgb(141,157,71); }

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