#8A9649

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

Shades of Wasabi #8A9649

Tints of Wasabi #8A9649

Color information

#8A9649 (or 0x8A9649) is unknown color: approx Wasabi. HEX triplet: 8A, 96 and 49. RGB value is (138,150,73). Sum of RGB (Red+Green+Blue) = 138+150+73=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9649 is #7569B6. Grayscale: #898989. Windows color (decimal): -7694775 or 4822666. OLE color: 4822666.

HSL color Cylindrical-coordinate representation of color #8A9649: hue angle of 69.35º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A9649 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB13815073-
CMYK0.0800.510.41
HSL69.35º34.53%43.73%-
HSV(B)69.35º51.33%58.82%-
XYZ22.5927.710.46-
YUV137.6391.52128.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=38.23%
G=41.55%
B=20.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138150730.0800.510.4169.3534.5343.73
Hex8A964980332945232c
Octal21222611110063511054354
Binary10001010100101101001001100001100111010011000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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