#82933E

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

Shades of Wasabi #82933E

Tints of Wasabi #82933E

Color information

#82933E (or 0x82933E) is unknown color: approx Wasabi. HEX triplet: 82, 93 and 3E. RGB value is (130,147,62). Sum of RGB (Red+Green+Blue) = 130+147+62=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #82933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82933E is #7D6CC1. Grayscale: #848484. Windows color (decimal): -8219842 or 4100994. OLE color: 4100994.

HSL color Cylindrical-coordinate representation of color #82933E: hue angle of 72º 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 #82933E is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB13014762-
CMYK0.1200.580.42
HSL72º40.67%40.98%-
HSV(B)72º57.82%57.65%-
XYZ20.5125.968.49-
YUV132.2388.37126.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=38.35%
G=43.36%
B=18.29%

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
Decimal130147620.1200.580.427240.6740.98
Hex82933EC03A2A482929
Octal2022237614072521105151
Binary1000001010010011111110110001110101010101001000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82933E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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