#8B9531

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

Shades of Wasabi #8B9531

Tints of Wasabi #8B9531

Color information

#8B9531 (or 0x8B9531) is unknown color: approx Wasabi. HEX triplet: 8B, 95 and 31. RGB value is (139,149,49). Sum of RGB (Red+Green+Blue) = 139+149+49=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9531 is #746ACE. Grayscale: #868686. Windows color (decimal): -7629519 or 3249547. OLE color: 3249547.

HSL color Cylindrical-coordinate representation of color #8B9531: hue angle of 66º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B9531 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB13914949-
CMYK0.0700.670.42
HSL66º50.51%38.82%-
HSV(B)66º67.11%58.43%-
XYZ21.9527.217-
YUV134.6179.69131.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=41.25%
G=44.21%
B=14.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149490.0700.670.426650.5138.82
Hex8B953170432A423327
Octal2132256170103521026347
Binary1000101110010101110001111010000111010101000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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