#8B933A

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

Shades of Wasabi #8B933A

Tints of Wasabi #8B933A

Color information

#8B933A (or 0x8B933A) is unknown color: approx Wasabi. HEX triplet: 8B, 93 and 3A. RGB value is (139,147,58). Sum of RGB (Red+Green+Blue) = 139+147+58=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #8B933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B933A is #746CC5. Grayscale: #868686. Windows color (decimal): -7630022 or 3838859. OLE color: 3838859.

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

Color convert

RGB13914758-
CMYK0.0500.610.42
HSL65.39º43.41%40.2%-
HSV(B)65.39º60.54%57.65%-
XYZ21.8426.668-
YUV134.4684.85131.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 58 (23.05% from 255) = 16.86%
R=40.41%
G=42.73%
B=16.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147580.0500.610.4265.3943.4140.2
Hex8B933A503D2A412b28
Octal213223725075521015350
Binary100010111001001111101010101111011010101000001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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