#8B9443

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

Shades of Wasabi #8B9443

Tints of Wasabi #8B9443

Color information

#8B9443 (or 0x8B9443) is unknown color: approx Wasabi. HEX triplet: 8B, 94 and 43. RGB value is (139,148,67). Sum of RGB (Red+Green+Blue) = 139+148+67=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9443 is #746BBC. Grayscale: #888888. Windows color (decimal): -7629757 or 4428939. OLE color: 4428939.

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

Color convert

RGB13914867-
CMYK0.0600.550.42
HSL66.67º37.67%42.16%-
HSV(B)66.67º54.73%58.04%-
XYZ22.2527.079.36-
YUV136.0789.02130.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.27%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 67 (26.56% from 255) = 18.93%
R=39.27%
G=41.81%
B=18.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139148670.0600.550.4266.6737.6742.16
Hex8B944360372A43262a
Octal2132241036067521034652
Binary1000101110010100100001111001101111010101000011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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