#82903D

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

Shades of Wasabi #82903D

Tints of Wasabi #82903D

Color information

#82903D (or 0x82903D) is unknown color: approx Wasabi. HEX triplet: 82, 90 and 3D. RGB value is (130,144,61). Sum of RGB (Red+Green+Blue) = 130+144+61=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #82903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82903D is #7D6FC2. Grayscale: #828282. Windows color (decimal): -8220611 or 4034690. OLE color: 4034690.

HSL color Cylindrical-coordinate representation of color #82903D: hue angle of 70.12º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82903D is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB13014461-
CMYK0.1000.580.44
HSL70.12º40.49%40.2%-
HSV(B)70.12º57.64%56.47%-
XYZ20.0225.038.19-
YUV130.3588.86127.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=38.81%
G=42.99%
B=18.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144610.1000.580.4470.1240.4940.2
Hex82903DA03A2C462828
Octal2022207512072541065050
Binary1000001010010000111101101001110101011001000110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82903D; }

 p { color: rgb(130,144,61); }

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

<style>
 a { background-color: #82903D; }

 a { background-color: rgb(130,144,61); }

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

<style>
 span { border-color: #82903D; }

 span { border-color: rgb(130,144,61); }

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