#82AA32

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

Shades of Sushi #82AA32

Tints of Sushi #82AA32

Color information

#82AA32 (or 0x82AA32) is unknown color: approx Sushi. HEX triplet: 82, AA and 32. RGB value is (130,170,50). Sum of RGB (Red+Green+Blue) = 130+170+50=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA32 is #7D55CD. Grayscale: #909090. Windows color (decimal): -8213966 or 3320450. OLE color: 3320450.

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

Color convert

RGB13017050-
CMYK0.2400.710.33
HSL80º54.55%43.14%-
HSV(B)80º70.59%66.67%-
XYZ24.1633.738.25-
YUV144.3674.75117.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 50 (19.92% from 255) = 14.29%
R=37.14%
G=48.57%
B=14.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170500.2400.710.338054.5543.14
Hex82AA32180472150372b
Octal20225262300107411206753
Binary100000101010101011001011000010001111000011010000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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