#82962D

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

Shades of Wasabi #82962D

Tints of Wasabi #82962D

Color information

#82962D (or 0x82962D) is unknown color: approx Wasabi. HEX triplet: 82, 96 and 2D. RGB value is (130,150,45). Sum of RGB (Red+Green+Blue) = 130+150+45=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #82962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82962D is #7D69D2. Grayscale: #848484. Windows color (decimal): -8219091 or 2987650. OLE color: 2987650.

HSL color Cylindrical-coordinate representation of color #82962D: hue angle of 71.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82962D is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB13015045-
CMYK0.1300.700.41
HSL71.43º53.85%38.24%-
HSV(B)71.43º70%58.82%-
XYZ20.5926.756.56-
YUV132.0578.87126.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 45 (17.97% from 255) = 13.85%
R=40%
G=46.15%
B=13.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130150450.1300.700.4171.4353.8538.24
Hex82962DD04629473626
Octal20222655150106511076646
Binary10000010100101101011011101010001101010011000111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82962D; }

 p { color: rgb(130,150,45); }

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

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

 a { background-color: rgb(130,150,45); }

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

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

 span { border-color: rgb(130,150,45); }

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