#8B9330

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

Shades of Wasabi #8B9330

Tints of Wasabi #8B9330

Color information

#8B9330 (or 0x8B9330) is unknown color: approx Wasabi. HEX triplet: 8B, 93 and 30. RGB value is (139,147,48). Sum of RGB (Red+Green+Blue) = 139+147+48=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9330 is #746CCF. Grayscale: #858585. Windows color (decimal): -7630032 or 3183499. OLE color: 3183499.

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

Color convert

RGB13914748-
CMYK0.0500.670.42
HSL64.85º50.77%38.24%-
HSV(B)64.85º67.35%57.65%-
XYZ21.6126.576.79-
YUV133.3279.85132.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 48 (19.14% from 255) = 14.37%
R=41.62%
G=44.01%
B=14.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147480.0500.670.4264.8550.7738.24
Hex8B933050432A413326
Octal2132236050103521016346
Binary1000101110010011110000101010000111010101000001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,48); }

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

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

 a { background-color: rgb(139,147,48); }

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

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

 span { border-color: rgb(139,147,48); }

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