#82934F

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

Shades of Wasabi #82934F

Tints of Wasabi #82934F

Color information

#82934F (or 0x82934F) is unknown color: approx Wasabi. HEX triplet: 82, 93 and 4F. RGB value is (130,147,79). Sum of RGB (Red+Green+Blue) = 130+147+79=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #82934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82934F is #7D6CB0. Grayscale: #868686. Windows color (decimal): -8219825 or 5215106. OLE color: 5215106.

HSL color Cylindrical-coordinate representation of color #82934F: hue angle of 75º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82934F is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13014779-
CMYK0.1200.460.42
HSL75º30.09%44.31%-
HSV(B)75º46.26%57.65%-
XYZ21.0526.1811.34-
YUV134.1696.87125.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=36.52%
G=41.29%
B=22.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147790.1200.460.427530.0944.31
Hex82934FC02E2A4b1e2c
Octal20222311714056521133654
Binary1000001010010011100111111000101110101010100101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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