#82924E

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

Shades of Wasabi #82924E

Tints of Wasabi #82924E

Color information

#82924E (or 0x82924E) is unknown color: approx Wasabi. HEX triplet: 82, 92 and 4E. RGB value is (130,146,78). Sum of RGB (Red+Green+Blue) = 130+146+78=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #82924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82924E is #7D6DB1. Grayscale: #858585. Windows color (decimal): -8220082 or 5149314. OLE color: 5149314.

HSL color Cylindrical-coordinate representation of color #82924E: hue angle of 74.12º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82924E is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB13014678-
CMYK0.1100.470.43
HSL74.12º30.36%43.92%-
HSV(B)74.12º46.58%57.25%-
XYZ20.8625.8511.1-
YUV133.4696.7125.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=36.72%
G=41.24%
B=22.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146780.1100.470.4374.1230.3643.92
Hex82924EB02F2B4a1e2c
Octal20222211613057531123654
Binary1000001010010010100111010110101111101011100101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82924E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82924E; }

 p { color: rgb(130,146,78); }

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

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

 a { background-color: rgb(130,146,78); }

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

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

 span { border-color: rgb(130,146,78); }

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