#82934A

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

Shades of Wasabi #82934A

Tints of Wasabi #82934A

Color information

#82934A (or 0x82934A) is unknown color: approx Wasabi. HEX triplet: 82, 93 and 4A. RGB value is (130,147,74). Sum of RGB (Red+Green+Blue) = 130+147+74=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #82934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82934A is #7D6CB5. Grayscale: #858585. Windows color (decimal): -8219830 or 4887426. OLE color: 4887426.

HSL color Cylindrical-coordinate representation of color #82934A: hue angle of 73.97º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82934A is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB13014774-
CMYK0.1200.500.42
HSL73.97º33.03%43.33%-
HSV(B)73.97º49.66%57.65%-
XYZ20.8826.1110.42-
YUV133.694.37125.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=37.04%
G=41.88%
B=21.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147740.1200.500.4273.9733.0343.33
Hex82934AC0322A4a212b
Octal20222311214062521124153
Binary10000010100100111001010110001100101010101001010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,147,74); }

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

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

 a { background-color: rgb(130,147,74); }

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

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

 span { border-color: rgb(130,147,74); }

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