#8B9B32

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

Shades of Wasabi #8B9B32

Tints of Wasabi #8B9B32

Color information

#8B9B32 (or 0x8B9B32) is unknown color: approx Wasabi. HEX triplet: 8B, 9B and 32. RGB value is (139,155,50). Sum of RGB (Red+Green+Blue) = 139+155+50=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9B32 is #7464CD. Grayscale: #8A8A8A. Windows color (decimal): -7627982 or 3316619. OLE color: 3316619.

HSL color Cylindrical-coordinate representation of color #8B9B32: hue angle of 69.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B9B32 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB13915550-
CMYK0.1000.680.39
HSL69.14º51.22%40.2%-
HSV(B)69.14º67.74%60.78%-
XYZ22.9429.167.44-
YUV138.2578.2128.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 50 (19.92% from 255) = 14.53%
R=40.41%
G=45.06%
B=14.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139155500.1000.680.3969.1451.2240.2
Hex8B9B32A04427453328
Octal21323362120104471056350
Binary10001011100110111100101010010001001001111000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,50); }

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

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

 a { background-color: rgb(139,155,50); }

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

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

 span { border-color: rgb(139,155,50); }

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