#80933A

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

Shades of Wasabi #80933A

Tints of Wasabi #80933A

Color information

#80933A (or 0x80933A) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 3A. RGB value is (128,147,58). Sum of RGB (Red+Green+Blue) = 128+147+58=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #80933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80933A is #7F6CC5. Grayscale: #838383. Windows color (decimal): -8350918 or 3838848. OLE color: 3838848.

HSL color Cylindrical-coordinate representation of color #80933A: hue angle of 72.81º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80933A is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB12814758-
CMYK0.1300.610.42
HSL72.81º43.41%40.2%-
HSV(B)72.81º60.54%57.65%-
XYZ20.125.767.92-
YUV131.1786.71125.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=38.44%
G=44.14%
B=17.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147580.1300.610.4272.8143.4140.2
Hex80933AD03D2A492b28
Octal2002237215075521115350
Binary1000000010010011111010110101111011010101001001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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