#829350

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

Shades of Wasabi #829350

Tints of Wasabi #829350

Color information

#829350 (or 0x829350) is unknown color: approx Wasabi. HEX triplet: 82, 93 and 50. RGB value is (130,147,80). Sum of RGB (Red+Green+Blue) = 130+147+80=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #829350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829350 is #7D6CAF. Grayscale: #868686. Windows color (decimal): -8219824 or 5280642. OLE color: 5280642.

HSL color Cylindrical-coordinate representation of color #829350: hue angle of 75.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #829350 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13014780-
CMYK0.1200.460.42
HSL75.22º29.52%44.51%-
HSV(B)75.22º45.58%57.65%-
XYZ21.0926.1911.53-
YUV134.2897.37124.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=36.41%
G=41.18%
B=22.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147800.1200.460.4275.2229.5244.51
Hex829350C02E2A4b1e2d
Octal20222312014056521133655
Binary1000001010010011101000011000101110101010100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829350; }

 p { color: rgb(130,147,80); }

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

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

 a { background-color: rgb(130,147,80); }

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

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

 span { border-color: rgb(130,147,80); }

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