#82943E

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

Shades of Wasabi #82943E

Tints of Wasabi #82943E

Color information

#82943E (or 0x82943E) is unknown color: approx Wasabi. HEX triplet: 82, 94 and 3E. RGB value is (130,148,62). Sum of RGB (Red+Green+Blue) = 130+148+62=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #82943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82943E is #7D6BC1. Grayscale: #858585. Windows color (decimal): -8219586 or 4101250. OLE color: 4101250.

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

Color convert

RGB13014862-
CMYK0.1200.580.42
HSL72.56º40.95%41.18%-
HSV(B)72.56º58.11%58.04%-
XYZ20.6726.278.54-
YUV132.8188.04125.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=38.24%
G=43.53%
B=18.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130148620.1200.580.4272.5640.9541.18
Hex82943EC03A2A492929
Octal2022247614072521115151
Binary1000001010010100111110110001110101010101001001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,148,62); }

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

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

 a { background-color: rgb(130,148,62); }

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

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

 span { border-color: rgb(130,148,62); }

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