#82933f

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

Shades of Wasabi #82933F

Tints of Wasabi #82933F

Color information

#82933F (or 0x82933F) is unknown color: approx Wasabi. HEX triplet: 82, 93 and 3F. RGB value is (130,147,63). Sum of RGB (Red+Green+Blue) = 130+147+63=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #82933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82933F is #7D6CC0. Grayscale: #848484. Windows color (decimal): -8219841 or 4166530. OLE color: 4166530.

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

Color convert

RGB13014763-
CMYK0.1200.570.42
HSL72.14º40%41.18%-
HSV(B)72.14º57.14%57.65%-
XYZ20.5425.978.63-
YUV132.3488.87126.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 63 (25% from 255) = 18.53%
R=38.24%
G=43.24%
B=18.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130147630.1200.570.4272.144041.18
Hex82933FC0392A482829
Octal2022237714071521105051
Binary1000001010010011111111110001110011010101001000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82933f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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