#828E51

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

Shades of Wasabi #828E51

Tints of Wasabi #828E51

Color information

#828E51 (or 0x828E51) is unknown color: approx Wasabi. HEX triplet: 82, 8E and 51. RGB value is (130,142,81). Sum of RGB (Red+Green+Blue) = 130+142+81=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #828E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E51 is #7D71AE. Grayscale: #838383. Windows color (decimal): -8221103 or 5344898. OLE color: 5344898.

HSL color Cylindrical-coordinate representation of color #828E51: hue angle of 71.8º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #828E51 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB13014281-
CMYK0.0800.430.44
HSL71.8º27.35%43.73%-
HSV(B)71.8º42.96%55.69%-
XYZ20.3624.6911.48-
YUV131.4699.52126.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=36.83%
G=40.23%
B=22.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130142810.0800.430.4471.827.3543.73
Hex828E51802B2C481b2c
Octal20221612110053541103354
Binary1000001010001110101000110000101011101100100100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,81); }

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

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

 a { background-color: rgb(130,142,81); }

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

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

 span { border-color: rgb(130,142,81); }

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