#8A934D

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

Shades of Wasabi #8A934D

Tints of Wasabi #8A934D

Color information

#8A934D (or 0x8A934D) is unknown color: approx Wasabi. HEX triplet: 8A, 93 and 4D. RGB value is (138,147,77). Sum of RGB (Red+Green+Blue) = 138+147+77=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #8A934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A934D is #756CB2. Grayscale: #888888. Windows color (decimal): -7695539 or 5084042. OLE color: 5084042.

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

Color convert

RGB13814777-
CMYK0.0600.480.42
HSL67.71º31.25%43.92%-
HSV(B)67.71º47.62%57.65%-
XYZ22.2526.8111.02-
YUV136.3394.52129.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.12%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=38.12%
G=40.61%
B=21.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147770.0600.480.4267.7131.2543.92
Hex8A934D60302A441f2c
Octal2122231156060521043754
Binary100010101001001110011011100110000101010100010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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