#8B9036

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

Shades of Wasabi #8B9036

Tints of Wasabi #8B9036

Color information

#8B9036 (or 0x8B9036) is unknown color: approx Wasabi. HEX triplet: 8B, 90 and 36. RGB value is (139,144,54). Sum of RGB (Red+Green+Blue) = 139+144+54=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9036 is #746FC9. Grayscale: #848484. Windows color (decimal): -7630794 or 3575947. OLE color: 3575947.

HSL color Cylindrical-coordinate representation of color #8B9036: hue angle of 63.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B9036 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB13914454-
CMYK0.0300.630.44
HSL63.33º45.45%38.82%-
HSV(B)63.33º62.5%56.47%-
XYZ21.2925.77.33-
YUV132.2483.84132.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=41.25%
G=42.73%
B=16.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139144540.0300.630.4463.3345.4538.82
Hex8B9036303F2C3f2d27
Octal21322066307754775547
Binary1000101110010000110110110111111101100111111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,144,54); }

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

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

 a { background-color: rgb(139,144,54); }

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

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

 span { border-color: rgb(139,144,54); }

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