#8D9331

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

Shades of Wasabi #8D9331

Tints of Wasabi #8D9331

Color information

#8D9331 (or 0x8D9331) is unknown color: approx Wasabi. HEX triplet: 8D, 93 and 31. RGB value is (141,147,49). Sum of RGB (Red+Green+Blue) = 141+147+49=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9331 is #726CCE. Grayscale: #868686. Windows color (decimal): -7498959 or 3249037. OLE color: 3249037.

HSL color Cylindrical-coordinate representation of color #8D9331: hue angle of 63.67º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D9331 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14114749-
CMYK0.0400.670.42
HSL63.67º50%38.43%-
HSV(B)63.67º66.67%57.65%-
XYZ21.9726.756.91-
YUV134.0380.01132.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=41.84%
G=43.62%
B=14.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147490.0400.670.4263.675038.43
Hex8D933140432A403226
Octal2152236140103521006246
Binary1000110110010011110001100010000111010101000000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,49); }

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

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

 a { background-color: rgb(141,147,49); }

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

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

 span { border-color: rgb(141,147,49); }

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