#8A9339

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

Shades of Wasabi #8A9339

Tints of Wasabi #8A9339

Color information

#8A9339 (or 0x8A9339) is unknown color: approx Wasabi. HEX triplet: 8A, 93 and 39. RGB value is (138,147,57). Sum of RGB (Red+Green+Blue) = 138+147+57=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9339 is #756CC6. Grayscale: #868686. Windows color (decimal): -7695559 or 3773322. OLE color: 3773322.

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

Color convert

RGB13814757-
CMYK0.0600.610.42
HSL66º44.12%40%-
HSV(B)66º61.22%57.65%-
XYZ21.6526.577.86-
YUV134.0584.52130.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=40.35%
G=42.98%
B=16.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147570.0600.610.426644.1240
Hex8A9339603D2A422c28
Octal212223716075521025450
Binary100010101001001111100111001111011010101000010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,57); }

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

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

 a { background-color: rgb(138,147,57); }

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

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

 span { border-color: rgb(138,147,57); }

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