#82993F

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

Shades of Wasabi #82993F

Tints of Wasabi #82993F

Color information

#82993F (or 0x82993F) is unknown color: approx Wasabi. HEX triplet: 82, 99 and 3F. RGB value is (130,153,63). Sum of RGB (Red+Green+Blue) = 130+153+63=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #82993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82993F is #7D66C0. Grayscale: #888888. Windows color (decimal): -8218305 or 4168066. OLE color: 4168066.

HSL color Cylindrical-coordinate representation of color #82993F: hue angle of 75.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82993F is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB13015363-
CMYK0.1500.590.4
HSL75.33º41.67%42.35%-
HSV(B)75.33º58.82%60%-
XYZ21.4927.898.95-
YUV135.8686.88123.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 63 (25% from 255) = 18.21%
R=37.57%
G=44.22%
B=18.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153630.1500.590.475.3341.6742.35
Hex82993FF03B284b2a2a
Octal2022317717073501135252
Binary1000001010011001111111111101110111010001001011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82993F; }

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

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

<style>
 a { background-color: #82993F; }

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

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

<style>
 span { border-color: #82993F; }

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

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