#8B9931

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

Shades of Wasabi #8B9931

Tints of Wasabi #8B9931

Color information

#8B9931 (or 0x8B9931) is unknown color: approx Wasabi. HEX triplet: 8B, 99 and 31. RGB value is (139,153,49). Sum of RGB (Red+Green+Blue) = 139+153+49=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9931 is #7466CE. Grayscale: #898989. Windows color (decimal): -7628495 or 3250571. OLE color: 3250571.

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

Color convert

RGB13915349-
CMYK0.0900.680.4
HSL68.08º51.49%39.61%-
HSV(B)68.08º67.97%60%-
XYZ22.5928.497.21-
YUV136.9678.36129.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 49 (19.53% from 255) = 14.37%
R=40.76%
G=44.87%
B=14.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139153490.0900.680.468.0851.4939.61
Hex8B9931904428443328
Octal21323161110104501046350
Binary10001011100110011100011001010001001010001000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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