#80934A

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

Shades of Wasabi #80934A

Tints of Wasabi #80934A

Color information

#80934A (or 0x80934A) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 4A. RGB value is (128,147,74). Sum of RGB (Red+Green+Blue) = 128+147+74=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #80934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80934A is #7F6CB5. Grayscale: #858585. Windows color (decimal): -8350902 or 4887424. OLE color: 4887424.

HSL color Cylindrical-coordinate representation of color #80934A: hue angle of 75.62º 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 #80934A is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12814774-
CMYK0.1300.500.42
HSL75.62º33.03%43.33%-
HSV(B)75.62º49.66%57.65%-
XYZ20.5725.9510.4-
YUV13394.71124.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=36.68%
G=42.12%
B=21.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147740.1300.500.4275.6233.0343.33
Hex80934AD0322A4c212b
Octal20022311215062521144153
Binary10000000100100111001010110101100101010101001100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80934A; }

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

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

<style>
 a { background-color: #80934A; }

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

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

<style>
 span { border-color: #80934A; }

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

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