#8F9331

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

Shades of Wasabi #8F9331

Tints of Wasabi #8F9331

Color information

#8F9331 (or 0x8F9331) is unknown color: approx Wasabi. HEX triplet: 8F, 93 and 31. RGB value is (143,147,49). Sum of RGB (Red+Green+Blue) = 143+147+49=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9331 is #706CCE. Grayscale: #878787. Windows color (decimal): -7367887 or 3249039. OLE color: 3249039.

HSL color Cylindrical-coordinate representation of color #8F9331: hue angle of 62.45º 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 #8F9331 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14314749-
CMYK0.0300.670.42
HSL62.45º50%38.43%-
HSV(B)62.45º66.67%57.65%-
XYZ22.3226.936.93-
YUV134.6379.67133.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=42.18%
G=43.36%
B=14.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143147490.0300.670.4262.455038.43
Hex8F933130432A3e3226
Octal217223613010352766246
Binary10001111100100111100011101000011101010111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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