#828D4C

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

Shades of Wasabi #828D4C

Tints of Wasabi #828D4C

Color information

#828D4C (or 0x828D4C) is unknown color: approx Wasabi. HEX triplet: 82, 8D and 4C. RGB value is (130,141,76). Sum of RGB (Red+Green+Blue) = 130+141+76=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #828D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D4C is #7D72B3. Grayscale: #828282. Windows color (decimal): -8221364 or 5016962. OLE color: 5016962.

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

Color convert

RGB13014176-
CMYK0.0800.460.45
HSL70.15º29.95%42.55%-
HSV(B)70.15º46.1%55.29%-
XYZ20.0424.3210.48-
YUV130.397.36127.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 141 (55.47% from 255) = 40.63%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=37.46%
G=40.63%
B=21.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130141760.0800.460.4570.1529.9542.55
Hex828D4C802E2D461e2b
Octal20221511410056551063653
Binary1000001010001101100110010000101110101101100011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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