#829250

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

Shades of Wasabi #829250

Tints of Wasabi #829250

Color information

#829250 (or 0x829250) is unknown color: approx Wasabi. HEX triplet: 82, 92 and 50. RGB value is (130,146,80). Sum of RGB (Red+Green+Blue) = 130+146+80=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #829250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829250 is #7D6DAF. Grayscale: #858585. Windows color (decimal): -8220080 or 5280386. OLE color: 5280386.

HSL color Cylindrical-coordinate representation of color #829250: hue angle of 74.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829250 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB13014680-
CMYK0.1100.450.43
HSL74.55º29.2%44.31%-
HSV(B)74.55º45.21%57.25%-
XYZ20.9325.8811.48-
YUV133.6997.7125.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=36.52%
G=41.01%
B=22.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146800.1100.450.4374.5529.244.31
Hex829250B02D2B4b1d2c
Octal20222212013055531133554
Binary1000001010010010101000010110101101101011100101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829250; }

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

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

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

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

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

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

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

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