#80942D

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

Shades of Wasabi #80942D

Tints of Wasabi #80942D

Color information

#80942D (or 0x80942D) is unknown color: approx Wasabi. HEX triplet: 80, 94 and 2D. RGB value is (128,148,45). Sum of RGB (Red+Green+Blue) = 128+148+45=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #80942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80942D is #7F6BD2. Grayscale: #828282. Windows color (decimal): -8350675 or 2987136. OLE color: 2987136.

HSL color Cylindrical-coordinate representation of color #80942D: hue angle of 71.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80942D is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB12814845-
CMYK0.1400.700.42
HSL71.65º53.37%37.84%-
HSV(B)71.65º69.59%58.04%-
XYZ19.9725.966.44-
YUV130.2879.87126.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 45 (17.97% from 255) = 14.02%
R=39.88%
G=46.11%
B=14.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128148450.1400.700.4271.6553.3737.84
Hex80942DE0462A483526
Octal20022455160106521106546
Binary10000000100101001011011110010001101010101001000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80942D; }

 p { color: rgb(128,148,45); }

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

<style>
 a { background-color: #80942D; }

 a { background-color: rgb(128,148,45); }

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

<style>
 span { border-color: #80942D; }

 span { border-color: rgb(128,148,45); }

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