#8B9950

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

Shades of Wasabi #8B9950

Tints of Wasabi #8B9950

Color information

#8B9950 (or 0x8B9950) is unknown color: approx Wasabi. HEX triplet: 8B, 99 and 50. RGB value is (139,153,80). Sum of RGB (Red+Green+Blue) = 139+153+80=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9950 is #7466AF. Grayscale: #8C8C8C. Windows color (decimal): -7628464 or 5282187. OLE color: 5282187.

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

Color convert

RGB13915380-
CMYK0.0900.480.4
HSL71.51º31.33%45.69%-
HSV(B)71.51º47.71%60%-
XYZ23.4928.8511.92-
YUV140.4993.86126.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=37.37%
G=41.13%
B=21.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139153800.0900.480.471.5131.3345.69
Hex8B9950903028481f2e
Octal21323112011060501103756
Binary1000101110011001101000010010110000101000100100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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