#8B9346

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

Shades of Wasabi #8B9346

Tints of Wasabi #8B9346

Color information

#8B9346 (or 0x8B9346) is unknown color: approx Wasabi. HEX triplet: 8B, 93 and 46. RGB value is (139,147,70). Sum of RGB (Red+Green+Blue) = 139+147+70=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9346 is #746CB9. Grayscale: #888888. Windows color (decimal): -7630010 or 4625291. OLE color: 4625291.

HSL color Cylindrical-coordinate representation of color #8B9346: hue angle of 66.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B9346 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB13914770-
CMYK0.0500.520.42
HSL66.23º35.48%42.55%-
HSV(B)66.23º52.38%57.65%-
XYZ22.1926.89.8-
YUV135.8390.85130.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=39.04%
G=41.29%
B=19.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147700.0500.520.4266.2335.4842.55
Hex8B934650342A42232b
Octal2132231065064521024353
Binary1000101110010011100011010101101001010101000010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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