#828D49

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

Shades of Wasabi #828D49

Tints of Wasabi #828D49

Color information

#828D49 (or 0x828D49) is unknown color: approx Wasabi. HEX triplet: 82, 8D and 49. RGB value is (130,141,73). Sum of RGB (Red+Green+Blue) = 130+141+73=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #828D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D49 is #7D72B6. Grayscale: #828282. Windows color (decimal): -8221367 or 4820354. OLE color: 4820354.

HSL color Cylindrical-coordinate representation of color #828D49: hue angle of 69.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828D49 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB13014173-
CMYK0.0800.480.45
HSL69.71º31.78%41.96%-
HSV(B)69.71º48.23%55.29%-
XYZ19.9324.289.94-
YUV129.9695.86128.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=37.79%
G=40.99%
B=21.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130141730.0800.480.4569.7131.7841.96
Hex828D4980302D46202a
Octal20221511110060551064052
Binary10000010100011011001001100001100001011011000110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828D49; }

 p { color: rgb(130,141,73); }

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

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

 a { background-color: rgb(130,141,73); }

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

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

 span { border-color: rgb(130,141,73); }

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