#8B943F

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

Shades of Wasabi #8B943F

Tints of Wasabi #8B943F

Color information

#8B943F (or 0x8B943F) is unknown color: approx Wasabi. HEX triplet: 8B, 94 and 3F. RGB value is (139,148,63). Sum of RGB (Red+Green+Blue) = 139+148+63=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #8B943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B943F is #746BC0. Grayscale: #878787. Windows color (decimal): -7629761 or 4166795. OLE color: 4166795.

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

Color convert

RGB13914863-
CMYK0.0600.570.42
HSL66.35º40.28%41.37%-
HSV(B)66.35º57.43%58.04%-
XYZ22.1327.038.75-
YUV135.6287.02130.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 63 (25% from 255) = 18%
R=39.71%
G=42.29%
B=18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148630.0600.570.4266.3540.2841.37
Hex8B943F60392A422829
Octal213224776071521025051
Binary100010111001010011111111001110011010101000010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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