#828A31

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

Shades of Wasabi #828A31

Tints of Wasabi #828A31

Color information

#828A31 (or 0x828A31) is unknown color: approx Wasabi. HEX triplet: 82, 8A and 31. RGB value is (130,138,49). Sum of RGB (Red+Green+Blue) = 130+138+49=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #828A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A31 is #7D75CE. Grayscale: #7D7D7D. Windows color (decimal): -8222159 or 3246722. OLE color: 3246722.

HSL color Cylindrical-coordinate representation of color #828A31: hue angle of 65.39º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #828A31 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13013849-
CMYK0.0600.640.46
HSL65.39º47.59%36.67%-
HSV(B)65.39º64.49%54.12%-
XYZ18.8523.146.38-
YUV125.4684.85131.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 49 (19.53% from 255) = 15.46%
R=41.01%
G=43.53%
B=15.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130138490.0600.640.4665.3947.5936.67
Hex828A3160402E413025
Octal2022126160100561016045
Binary1000001010001010110001110010000001011101000001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,138,49); }

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

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

 a { background-color: rgb(130,138,49); }

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

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

 span { border-color: rgb(130,138,49); }

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