#8B9350

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

Shades of Wasabi #8B9350

Tints of Wasabi #8B9350

Color information

#8B9350 (or 0x8B9350) is unknown color: approx Wasabi. HEX triplet: 8B, 93 and 50. RGB value is (139,147,80). Sum of RGB (Red+Green+Blue) = 139+147+80=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9350 is #746CAF. Grayscale: #898989. Windows color (decimal): -7630000 or 5280651. OLE color: 5280651.

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

Color convert

RGB13914780-
CMYK0.0500.460.42
HSL67.16º29.52%44.51%-
HSV(B)67.16º45.58%57.65%-
XYZ22.5326.9411.6-
YUV136.9795.85129.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=37.98%
G=40.16%
B=21.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147800.0500.460.4267.1629.5244.51
Hex8B9350502E2A431e2d
Octal2132231205056521033655
Binary100010111001001110100001010101110101010100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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