#8A984A

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

Shades of Wasabi #8A984A

Tints of Wasabi #8A984A

Color information

#8A984A (or 0x8A984A) is unknown color: approx Wasabi. HEX triplet: 8A, 98 and 4A. RGB value is (138,152,74). Sum of RGB (Red+Green+Blue) = 138+152+74=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #8A984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A984A is #7567B5. Grayscale: #8B8B8B. Windows color (decimal): -7694262 or 4888714. OLE color: 4888714.

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

Color convert

RGB13815274-
CMYK0.0900.510.40
HSL70.77º34.51%44.31%-
HSV(B)70.77º51.32%59.61%-
XYZ22.9528.3510.74-
YUV138.9291.36127.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 74 (29.30% from 255) = 20.33%
R=37.91%
G=41.76%
B=20.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138152740.0900.510.4070.7734.5144.31
Hex8A984A90332847232c
Octal21223011211063501074354
Binary10001010100110001001010100101100111010001000111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,74); }

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

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

 a { background-color: rgb(138,152,74); }

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

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

 span { border-color: rgb(138,152,74); }

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