#82AA40

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

Shades of Sushi #82AA40

Tints of Sushi #82AA40

Color information

#82AA40 (or 0x82AA40) is unknown color: approx Sushi. HEX triplet: 82, AA and 40. RGB value is (130,170,64). Sum of RGB (Red+Green+Blue) = 130+170+64=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA40 is #7D55BF. Grayscale: #929292. Windows color (decimal): -8213952 or 4237954. OLE color: 4237954.

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

Color convert

RGB13017064-
CMYK0.2400.620.33
HSL82.64º45.3%45.88%-
HSV(B)82.64º62.35%66.67%-
XYZ24.5133.8710.1-
YUV145.9681.75116.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 170 (66.80% from 255) = 46.70%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=35.71%
G=46.70%
B=17.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170640.2400.620.3382.6445.345.88
Hex82AA401803E21532d2e
Octal20225210030076411235556
Binary100000101010101010000001100001111101000011010011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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