#80934E

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

Shades of Wasabi #80934E

Tints of Wasabi #80934E

Color information

#80934E (or 0x80934E) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 4E. RGB value is (128,147,78). Sum of RGB (Red+Green+Blue) = 128+147+78=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #80934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80934E is #7F6CB1. Grayscale: #858585. Windows color (decimal): -8350898 or 5149568. OLE color: 5149568.

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

Color convert

RGB12814778-
CMYK0.1300.470.42
HSL76.52º30.67%44.12%-
HSV(B)76.52º46.94%57.65%-
XYZ20.7126.0111.14-
YUV133.4596.71124.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=36.26%
G=41.64%
B=22.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147780.1300.470.4276.5230.6744.12
Hex80934ED02F2A4d1f2c
Octal20022311615057521153754
Binary1000000010010011100111011010101111101010100110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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