#82A940

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

Shades of Sushi #82A940

Tints of Sushi #82A940

Color information

#82A940 (or 0x82A940) is unknown color: approx Sushi. HEX triplet: 82, A9 and 40. RGB value is (130,169,64). Sum of RGB (Red+Green+Blue) = 130+169+64=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 169 - color contains mainly: green. Hex color #82A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A940 is #7D56BF. Grayscale: #919191. Windows color (decimal): -8214208 or 4237698. OLE color: 4237698.

HSL color Cylindrical-coordinate representation of color #82A940: hue angle of 82.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82A940 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB13016964-
CMYK0.2300.620.34
HSL82.29º45.06%45.69%-
HSV(B)82.29º62.13%66.27%-
XYZ24.3233.4910.03-
YUV145.3782.08117.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 169 (66.41% from 255) = 46.56%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=35.81%
G=46.56%
B=17.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130169640.2300.620.3482.2945.0645.69
Hex82A9401703E22522d2e
Octal20225110027076421225556
Binary100000101010100110000001011101111101000101010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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