#8B942F

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

Shades of Wasabi #8B942F

Tints of Wasabi #8B942F

Color information

#8B942F (or 0x8B942F) is unknown color: approx Wasabi. HEX triplet: 8B, 94 and 2F. RGB value is (139,148,47). Sum of RGB (Red+Green+Blue) = 139+148+47=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #8B942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B942F is #746BD0. Grayscale: #868686. Windows color (decimal): -7629777 or 3118219. OLE color: 3118219.

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

Color convert

RGB13914847-
CMYK0.0600.680.42
HSL65.35º51.79%38.24%-
HSV(B)65.35º68.24%58.04%-
XYZ21.7526.876.73-
YUV133.7979.02131.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 47 (18.75% from 255) = 14.07%
R=41.62%
G=44.31%
B=14.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148470.0600.680.4265.3551.7938.24
Hex8B942F60442A413426
Octal2132245760104521016446
Binary1000101110010100101111110010001001010101000001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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