#8B9940

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

Shades of Wasabi #8B9940

Tints of Wasabi #8B9940

Color information

#8B9940 (or 0x8B9940) is unknown color: approx Wasabi. HEX triplet: 8B, 99 and 40. RGB value is (139,153,64). Sum of RGB (Red+Green+Blue) = 139+153+64=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9940 is #7466BF. Grayscale: #8B8B8B. Windows color (decimal): -7628480 or 4233611. OLE color: 4233611.

HSL color Cylindrical-coordinate representation of color #8B9940: hue angle of 69.44º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B9940 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB13915364-
CMYK0.0900.580.4
HSL69.44º41.01%42.55%-
HSV(B)69.44º58.17%60%-
XYZ22.9628.649.17-
YUV138.6785.86128.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=39.04%
G=42.98%
B=17.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139153640.0900.580.469.4441.0142.55
Hex8B9940903A2845292b
Octal21323110011072501055153
Binary10001011100110011000000100101110101010001000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,153,64); }

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

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

 a { background-color: rgb(139,153,64); }

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

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

 span { border-color: rgb(139,153,64); }

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