#82933B

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

Shades of Wasabi #82933B

Tints of Wasabi #82933B

Color information

#82933B (or 0x82933B) is unknown color: approx Wasabi. HEX triplet: 82, 93 and 3B. RGB value is (130,147,59). Sum of RGB (Red+Green+Blue) = 130+147+59=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #82933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82933B is #7D6CC4. Grayscale: #848484. Windows color (decimal): -8219845 or 3904386. OLE color: 3904386.

HSL color Cylindrical-coordinate representation of color #82933B: hue angle of 71.59º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82933B is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB13014759-
CMYK0.1200.600.42
HSL71.59º42.72%40.39%-
HSV(B)71.59º59.86%57.65%-
XYZ20.4325.938.07-
YUV131.8886.87126.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=38.69%
G=43.75%
B=17.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147590.1200.600.4271.5942.7240.39
Hex82933BC03C2A482b28
Octal2022237314074521105350
Binary1000001010010011111011110001111001010101001000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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