#82973A

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

Shades of Wasabi #82973A

Tints of Wasabi #82973A

Color information

#82973A (or 0x82973A) is unknown color: approx Wasabi. HEX triplet: 82, 97 and 3A. RGB value is (130,151,58). Sum of RGB (Red+Green+Blue) = 130+151+58=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #82973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82973A is #7D68C5. Grayscale: #868686. Windows color (decimal): -8218822 or 3839874. OLE color: 3839874.

HSL color Cylindrical-coordinate representation of color #82973A: hue angle of 73.55º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82973A is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB13015158-
CMYK0.1400.620.41
HSL73.55º44.5%40.98%-
HSV(B)73.55º61.59%59.22%-
XYZ21.0427.188.14-
YUV134.1285.04125.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=38.35%
G=44.54%
B=17.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130151580.1400.620.4173.5544.540.98
Hex82973AE03E294a2c29
Octal2022277216076511125451
Binary1000001010010111111010111001111101010011001010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82973A; }

 p { color: rgb(130,151,58); }

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

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

 a { background-color: rgb(130,151,58); }

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

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

 span { border-color: rgb(130,151,58); }

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