#8B9B47

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

Shades of Wasabi #8B9B47

Tints of Wasabi #8B9B47

Color information

#8B9B47 (or 0x8B9B47) is unknown color: approx Wasabi. HEX triplet: 8B, 9B and 47. RGB value is (139,155,71). Sum of RGB (Red+Green+Blue) = 139+155+71=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9B47 is #7464B8. Grayscale: #8C8C8C. Windows color (decimal): -7627961 or 4692875. OLE color: 4692875.

HSL color Cylindrical-coordinate representation of color #8B9B47: hue angle of 71.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B9B47 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB13915571-
CMYK0.1000.540.39
HSL71.43º37.17%44.31%-
HSV(B)71.43º54.19%60.78%-
XYZ23.5129.3910.39-
YUV140.6488.7126.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 71 (28.12% from 255) = 19.45%
R=38.08%
G=42.47%
B=19.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139155710.1000.540.3971.4337.1744.31
Hex8B9B47A0362747252c
Octal21323310712066471074554
Binary10001011100110111000111101001101101001111000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,71); }

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

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

 a { background-color: rgb(139,155,71); }

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

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

 span { border-color: rgb(139,155,71); }

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