#829940

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

Shades of Wasabi #829940

Tints of Wasabi #829940

Color information

#829940 (or 0x829940) is unknown color: approx Wasabi. HEX triplet: 82, 99 and 40. RGB value is (130,153,64). Sum of RGB (Red+Green+Blue) = 130+153+64=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #829940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829940 is #7D66BF. Grayscale: #888888. Windows color (decimal): -8218304 or 4233602. OLE color: 4233602.

HSL color Cylindrical-coordinate representation of color #829940: hue angle of 75.51º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #829940 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB13015364-
CMYK0.1500.580.4
HSL75.51º41.01%42.55%-
HSV(B)75.51º58.17%60%-
XYZ21.5227.99.1-
YUV135.9887.38123.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=37.46%
G=44.09%
B=18.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153640.1500.580.475.5141.0142.55
Hex829940F03A284c292b
Octal20223110017072501145153
Binary10000010100110011000000111101110101010001001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829940; }

 p { color: rgb(130,153,64); }

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

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

 a { background-color: rgb(130,153,64); }

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

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

 span { border-color: rgb(130,153,64); }

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