#8B9331

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

Shades of Wasabi #8B9331

Tints of Wasabi #8B9331

Color information

#8B9331 (or 0x8B9331) is unknown color: approx Wasabi. HEX triplet: 8B, 93 and 31. RGB value is (139,147,49). Sum of RGB (Red+Green+Blue) = 139+147+49=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9331 is #746CCE. Grayscale: #858585. Windows color (decimal): -7630031 or 3249035. OLE color: 3249035.

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

Color convert

RGB13914749-
CMYK0.0500.670.42
HSL64.9º50%38.43%-
HSV(B)64.9º66.67%57.65%-
XYZ21.6426.586.9-
YUV133.4480.35131.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 49 (19.53% from 255) = 14.63%
R=41.49%
G=43.88%
B=14.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147490.0500.670.4264.95038.43
Hex8B933150432A413226
Octal2132236150103521016246
Binary1000101110010011110001101010000111010101000001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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