#82942A

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

Shades of Wasabi #82942A

Tints of Wasabi #82942A

Color information

#82942A (or 0x82942A) is unknown color: approx Wasabi. HEX triplet: 82, 94 and 2A. RGB value is (130,148,42). Sum of RGB (Red+Green+Blue) = 130+148+42=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #82942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82942A is #7D6BD5. Grayscale: #828282. Windows color (decimal): -8219606 or 2790530. OLE color: 2790530.

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

Color convert

RGB13014842-
CMYK0.1200.720.42
HSL70.19º55.79%37.25%-
HSV(B)70.19º71.62%58.04%-
XYZ20.2126.096.16-
YUV130.5378.04127.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=40.62%
G=46.25%
B=13.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130148420.1200.720.4270.1955.7937.25
Hex82942AC0482A463825
Octal20222452140110521067045
Binary10000010100101001010101100010010001010101000110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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