#808246

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

Shades of Wasabi #808246

Tints of Wasabi #808246

Color information

#808246 (or 0x808246) is unknown color: approx Wasabi. HEX triplet: 80, 82 and 46. RGB value is (128,130,70). Sum of RGB (Red+Green+Blue) = 128+130+70=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #808246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808246 is #7F7DB9. Grayscale: #7A7A7A. Windows color (decimal): -8355258 or 4620928. OLE color: 4620928.

HSL color Cylindrical-coordinate representation of color #808246: hue angle of 62º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808246 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12813070-
CMYK0.0200.460.49
HSL62º30%39.22%-
HSV(B)62º46.15%50.98%-
XYZ17.99218.9-
YUV122.5698.34131.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=39.02%
G=39.63%
B=21.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130700.0200.460.49623039.22
Hex808246202E313e1e27
Octal200202106205661763647
Binary1000000010000010100011010010111011000111111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808246; }

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

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

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

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

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

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

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

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