#829932

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

Shades of Wasabi #829932

Tints of Wasabi #829932

Color information

#829932 (or 0x829932) is unknown color: approx Wasabi. HEX triplet: 82, 99 and 32. RGB value is (130,153,50). Sum of RGB (Red+Green+Blue) = 130+153+50=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #829932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829932 is #7D66CD. Grayscale: #868686. Windows color (decimal): -8218318 or 3316098. OLE color: 3316098.

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

Color convert

RGB13015350-
CMYK0.1500.670.4
HSL73.4º50.74%39.8%-
HSV(B)73.4º67.32%60%-
XYZ21.1727.767.26-
YUV134.3880.38124.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=39.04%
G=45.95%
B=15.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153500.1500.670.473.450.7439.8
Hex829932F04328493328
Octal20223162170103501116350
Binary10000010100110011100101111010000111010001001001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829932; }

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

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

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

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

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

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

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

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