#8B9550

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

Shades of Wasabi #8B9550

Tints of Wasabi #8B9550

Color information

#8B9550 (or 0x8B9550) is unknown color: approx Wasabi. HEX triplet: 8B, 95 and 50. RGB value is (139,149,80). Sum of RGB (Red+Green+Blue) = 139+149+80=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9550 is #746AAF. Grayscale: #8A8A8A. Windows color (decimal): -7629488 or 5281163. OLE color: 5281163.

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

Color convert

RGB13914980-
CMYK0.0700.460.42
HSL68.7º30.13%44.9%-
HSV(B)68.7º46.31%58.43%-
XYZ22.8427.5611.71-
YUV138.1495.19128.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=37.77%
G=40.49%
B=21.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149800.0700.460.4268.730.1344.9
Hex8B9550702E2A451e2d
Octal2132251207056521053655
Binary100010111001010110100001110101110101010100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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