#82AA43

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

Shades of Sushi #82AA43

Tints of Sushi #82AA43

Color information

#82AA43 (or 0x82AA43) is unknown color: approx Sushi. HEX triplet: 82, AA and 43. RGB value is (130,170,67). Sum of RGB (Red+Green+Blue) = 130+170+67=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA43 is #7D55BC. Grayscale: #929292. Windows color (decimal): -8213949 or 4434562. OLE color: 4434562.

HSL color Cylindrical-coordinate representation of color #82AA43: hue angle of 83.3º degrees, saturation: 0.43, 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 #82AA43 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB13017067-
CMYK0.2400.610.33
HSL83.3º43.46%46.47%-
HSV(B)83.3º60.59%66.67%-
XYZ24.5933.910.56-
YUV146.383.25116.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 170 (66.80% from 255) = 46.32%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=35.42%
G=46.32%
B=18.26%

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
Decimal130170670.2400.610.3383.343.4646.47
Hex82AA431803D21532b2e
Octal20225210330075411235356
Binary100000101010101010000111100001111011000011010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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