#8B933C

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

Shades of Wasabi #8B933C

Tints of Wasabi #8B933C

Color information

#8B933C (or 0x8B933C) is unknown color: approx Wasabi. HEX triplet: 8B, 93 and 3C. RGB value is (139,147,60). Sum of RGB (Red+Green+Blue) = 139+147+60=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #8B933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B933C is #746CC3. Grayscale: #878787. Windows color (decimal): -7630020 or 3969931. OLE color: 3969931.

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

Color convert

RGB13914760-
CMYK0.0500.590.42
HSL65.52º42.03%40.59%-
HSV(B)65.52º59.18%57.65%-
XYZ21.926.688.27-
YUV134.6985.85131.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=40.17%
G=42.49%
B=17.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139147600.0500.590.4265.5242.0340.59
Hex8B933C503B2A422a29
Octal213223745073521025251
Binary100010111001001111110010101110111010101000010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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