#80932D

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

Shades of Wasabi #80932D

Tints of Wasabi #80932D

Color information

#80932D (or 0x80932D) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 2D. RGB value is (128,147,45). Sum of RGB (Red+Green+Blue) = 128+147+45=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #80932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80932D is #7F6CD2. Grayscale: #828282. Windows color (decimal): -8350931 or 2986880. OLE color: 2986880.

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

Color convert

RGB12814745-
CMYK0.1300.690.42
HSL71.18º53.12%37.65%-
HSV(B)71.18º69.39%57.65%-
XYZ19.8125.656.39-
YUV129.6980.21126.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 45 (17.97% from 255) = 14.06%
R=40%
G=45.94%
B=14.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147450.1300.690.4271.1853.1237.65
Hex80932DD0452A473526
Octal20022355150105521076546
Binary10000000100100111011011101010001011010101000111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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