#829936

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

Shades of Wasabi #829936

Tints of Wasabi #829936

Color information

#829936 (or 0x829936) is unknown color: approx Wasabi. HEX triplet: 82, 99 and 36. RGB value is (130,153,54). Sum of RGB (Red+Green+Blue) = 130+153+54=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #829936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829936 is #7D66C9. Grayscale: #878787. Windows color (decimal): -8218314 or 3578242. OLE color: 3578242.

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

Color convert

RGB13015354-
CMYK0.1500.650.4
HSL73.94º47.83%40.59%-
HSV(B)73.94º64.71%60%-
XYZ21.2627.797.73-
YUV134.8482.38124.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=38.58%
G=45.40%
B=16.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153540.1500.650.473.9447.8340.59
Hex829936F041284a3029
Octal20223166170101501126051
Binary10000010100110011101101111010000011010001001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829936; }

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

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

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

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

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

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

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

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