#808D46

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

Shades of Wasabi #808D46

Tints of Wasabi #808D46

Color information

#808D46 (or 0x808D46) is unknown color: approx Wasabi. HEX triplet: 80, 8D and 46. RGB value is (128,141,70). Sum of RGB (Red+Green+Blue) = 128+141+70=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #808D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808D46 is #7F72B9. Grayscale: #818181. Windows color (decimal): -8352442 or 4623744. OLE color: 4623744.

HSL color Cylindrical-coordinate representation of color #808D46: hue angle of 70.99º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808D46 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB12814170-
CMYK0.0900.500.45
HSL70.99º33.65%41.37%-
HSV(B)70.99º50.35%55.29%-
XYZ19.5324.089.41-
YUV129.0294.69127.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=37.76%
G=41.59%
B=20.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128141700.0900.500.4570.9933.6541.37
Hex808D4690322D472229
Octal20021510611062551074251
Binary10000000100011011000110100101100101011011000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D46; }

 p { color: rgb(128,141,70); }

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

<style>
 a { background-color: #808D46; }

 a { background-color: rgb(128,141,70); }

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

<style>
 span { border-color: #808D46; }

 span { border-color: rgb(128,141,70); }

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