#82AA42

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

Shades of Sushi #82AA42

Tints of Sushi #82AA42

Color information

#82AA42 (or 0x82AA42) is unknown color: approx Sushi. HEX triplet: 82, AA and 42. RGB value is (130,170,66). Sum of RGB (Red+Green+Blue) = 130+170+66=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA42 is #7D55BD. Grayscale: #929292. Windows color (decimal): -8213950 or 4369026. OLE color: 4369026.

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

Color convert

RGB13017066-
CMYK0.2400.610.33
HSL83.08º44.07%46.27%-
HSV(B)83.08º61.18%66.67%-
XYZ24.5633.8910.4-
YUV146.1882.75116.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=35.52%
G=46.45%
B=18.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130170660.2400.610.3383.0844.0746.27
Hex82AA421803D21532c2e
Octal20225210230075411235456
Binary100000101010101010000101100001111011000011010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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