#8B9241

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

Shades of Wasabi #8B9241

Tints of Wasabi #8B9241

Color information

#8B9241 (or 0x8B9241) is unknown color: approx Wasabi. HEX triplet: 8B, 92 and 41. RGB value is (139,146,65). Sum of RGB (Red+Green+Blue) = 139+146+65=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9241 is #746DBE. Grayscale: #868686. Windows color (decimal): -7630271 or 4297355. OLE color: 4297355.

HSL color Cylindrical-coordinate representation of color #8B9241: hue angle of 65.19º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B9241 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB13914665-
CMYK0.0500.550.43
HSL65.19º38.39%41.37%-
HSV(B)65.19º55.48%57.25%-
XYZ21.8826.438.95-
YUV134.6788.68131.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=39.71%
G=41.71%
B=18.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139146650.0500.550.4365.1938.3941.37
Hex8B924150372B412629
Octal2132221015067531014651
Binary1000101110010010100000110101101111010111000001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,65); }

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

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

 a { background-color: rgb(139,146,65); }

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

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

 span { border-color: rgb(139,146,65); }

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