#8A934A

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

Shades of Wasabi #8A934A

Tints of Wasabi #8A934A

Color information

#8A934A (or 0x8A934A) is unknown color: approx Wasabi. HEX triplet: 8A, 93 and 4A. RGB value is (138,147,74). Sum of RGB (Red+Green+Blue) = 138+147+74=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #8A934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A934A is #756CB5. Grayscale: #888888. Windows color (decimal): -7695542 or 4887434. OLE color: 4887434.

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

Color convert

RGB13814774-
CMYK0.0600.500.42
HSL67.4º33.03%43.33%-
HSV(B)67.4º49.66%57.65%-
XYZ22.1526.7710.48-
YUV135.9993.02129.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=38.44%
G=40.95%
B=20.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147740.0600.500.4267.433.0343.33
Hex8A934A60322A43212b
Octal2122231126062521034153
Binary1000101010010011100101011001100101010101000011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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