#8B943C

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

Shades of Wasabi #8B943C

Tints of Wasabi #8B943C

Color information

#8B943C (or 0x8B943C) is unknown color: approx Wasabi. HEX triplet: 8B, 94 and 3C. RGB value is (139,148,60). Sum of RGB (Red+Green+Blue) = 139+148+60=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #8B943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B943C is #746BC3. Grayscale: #878787. Windows color (decimal): -7629764 or 3970187. OLE color: 3970187.

HSL color Cylindrical-coordinate representation of color #8B943C: hue angle of 66.14º 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 #8B943C is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB13914860-
CMYK0.0600.590.42
HSL66.14º42.31%40.78%-
HSV(B)66.14º59.46%58.04%-
XYZ22.05278.32-
YUV135.2885.52130.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 60 (23.83% from 255) = 17.29%
R=40.06%
G=42.65%
B=17.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148600.0600.590.4266.1442.3140.78
Hex8B943C603B2A422a29
Octal213224746073521025251
Binary100010111001010011110011001110111010101000010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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