#829137

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

Shades of Wasabi #829137

Tints of Wasabi #829137

Color information

#829137 (or 0x829137) is unknown color: approx Wasabi. HEX triplet: 82, 91 and 37. RGB value is (130,145,55). Sum of RGB (Red+Green+Blue) = 130+145+55=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #829137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829137 is #7D6EC8. Grayscale: #828282. Windows color (decimal): -8220361 or 3641730. OLE color: 3641730.

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

Color convert

RGB13014555-
CMYK0.1000.620.43
HSL70º45%39.22%-
HSV(B)70º62.07%56.86%-
XYZ20.0225.277.44-
YUV130.2685.53127.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 55 (21.88% from 255) = 16.67%
R=39.39%
G=43.94%
B=16.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130145550.1000.620.43704539.22
Hex829137A03E2B462d27
Octal2022216712076531065547
Binary1000001010010001110111101001111101010111000110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829137; }

 p { color: rgb(130,145,55); }

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

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

 a { background-color: rgb(130,145,55); }

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

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

 span { border-color: rgb(130,145,55); }

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