#82A040

Color #82A040 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #82A040

Tints of Sushi #82A040

Color information

#82A040 (or 0x82A040) is unknown color: approx Sushi. HEX triplet: 82, A0 and 40. RGB value is (130,160,64). Sum of RGB (Red+Green+Blue) = 130+160+64=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #82A040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A040 is #7D5FBF. Grayscale: #8C8C8C. Windows color (decimal): -8216512 or 4235394. OLE color: 4235394.

HSL color Cylindrical-coordinate representation of color #82A040: hue angle of 78.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82A040 is Cyan = 0.19, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB13016064-
CMYK0.1900.60.37
HSL78.75º42.86%43.92%-
HSV(B)78.75º60%62.75%-
XYZ22.730.269.49-
YUV140.0985.06120.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.72%
GREEN value IS 160 (62.89% from 255) = 45.20%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=36.72%
G=45.20%
B=18.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal130160640.1900.60.3778.7542.8643.92
Hex82A0401303C254f2b2c
Octal20224010023074451175354
Binary100000101010000010000001001101111001001011001111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82A040; }

 p { color: rgb(130,160,64); }

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

<style>
 a { background-color: #82A040; }

 a { background-color: rgb(130,160,64); }

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

<style>
 span { border-color: #82A040; }

 span { border-color: rgb(130,160,64); }

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