#80993A

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

Shades of Wasabi #80993A

Tints of Wasabi #80993A

Color information

#80993A (or 0x80993A) is unknown color: approx Wasabi. HEX triplet: 80, 99 and 3A. RGB value is (128,153,58). Sum of RGB (Red+Green+Blue) = 128+153+58=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #80993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80993A is #7F66C5. Grayscale: #878787. Windows color (decimal): -8349382 or 3840384. OLE color: 3840384.

HSL color Cylindrical-coordinate representation of color #80993A: hue angle of 75.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80993A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB12815358-
CMYK0.1600.620.4
HSL75.79º45.02%41.37%-
HSV(B)75.79º62.09%60%-
XYZ21.0627.688.24-
YUV134.784.72123.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=37.76%
G=45.13%
B=17.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128153580.1600.620.475.7945.0241.37
Hex80993A1003E284c2d29
Octal2002317220076501145551
Binary10000000100110011110101000001111101010001001100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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