#8A9249

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

Shades of Wasabi #8A9249

Tints of Wasabi #8A9249

Color information

#8A9249 (or 0x8A9249) is unknown color: approx Wasabi. HEX triplet: 8A, 92 and 49. RGB value is (138,146,73). Sum of RGB (Red+Green+Blue) = 138+146+73=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9249 is #756DB6. Grayscale: #878787. Windows color (decimal): -7695799 or 4821642. OLE color: 4821642.

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

Color convert

RGB13814673-
CMYK0.0500.50.43
HSL66.58º33.33%42.94%-
HSV(B)66.58º50%57.25%-
XYZ21.9626.4410.25-
YUV135.2992.85129.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=38.66%
G=40.90%
B=20.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138146730.0500.50.4366.5833.3342.94
Hex8A924950322B43212b
Octal2122221115062531034153
Binary1000101010010010100100110101100101010111000011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,73); }

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

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

 a { background-color: rgb(138,146,73); }

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

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

 span { border-color: rgb(138,146,73); }

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