#82942C

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

Shades of Wasabi #82942C

Tints of Wasabi #82942C

Color information

#82942C (or 0x82942C) is unknown color: approx Wasabi. HEX triplet: 82, 94 and 2C. RGB value is (130,148,44). Sum of RGB (Red+Green+Blue) = 130+148+44=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #82942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82942C is #7D6BD3. Grayscale: #838383. Windows color (decimal): -8219604 or 2921602. OLE color: 2921602.

HSL color Cylindrical-coordinate representation of color #82942C: hue angle of 70.38º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82942C is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB13014844-
CMYK0.1200.700.42
HSL70.38º54.17%37.65%-
HSV(B)70.38º70.27%58.04%-
XYZ20.2526.116.35-
YUV130.7679.04127.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 44 (17.58% from 255) = 13.66%
R=40.37%
G=45.96%
B=13.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130148440.1200.700.4270.3854.1737.65
Hex82942CC0462A463626
Octal20222454140106521066646
Binary10000010100101001011001100010001101010101000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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