#829544

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

Shades of Wasabi #829544

Tints of Wasabi #829544

Color information

#829544 (or 0x829544) is unknown color: approx Wasabi. HEX triplet: 82, 95 and 44. RGB value is (130,149,68). Sum of RGB (Red+Green+Blue) = 130+149+68=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #829544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829544 is #7D6ABB. Grayscale: #868686. Windows color (decimal): -8219324 or 4494722. OLE color: 4494722.

HSL color Cylindrical-coordinate representation of color #829544: hue angle of 74.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #829544 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB13014968-
CMYK0.1300.540.42
HSL74.07º37.33%42.55%-
HSV(B)74.07º54.36%58.43%-
XYZ2126.669.51-
YUV134.0890.71125.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=37.46%
G=42.94%
B=19.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149680.1300.540.4274.0737.3342.55
Hex829544D0362A4a252b
Octal20222510415066521124553
Binary10000010100101011000100110101101101010101001010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829544; }

 p { color: rgb(130,149,68); }

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

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

 a { background-color: rgb(130,149,68); }

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

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

 span { border-color: rgb(130,149,68); }

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