#82A443

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

Shades of Sushi #82A443

Tints of Sushi #82A443

Color information

#82A443 (or 0x82A443) is unknown color: approx Sushi. HEX triplet: 82, A4 and 43. RGB value is (130,164,67). Sum of RGB (Red+Green+Blue) = 130+164+67=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #82A443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A443 is #7D5BBC. Grayscale: #8F8F8F. Windows color (decimal): -8215485 or 4433026. OLE color: 4433026.

HSL color Cylindrical-coordinate representation of color #82A443: hue angle of 81.03º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82A443 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB13016467-
CMYK0.2100.590.36
HSL81.03º41.99%45.29%-
HSV(B)81.03º59.15%64.31%-
XYZ23.4931.710.19-
YUV142.7885.24118.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 67 (26.56% from 255) = 18.56%
R=36.01%
G=45.43%
B=18.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130164670.2100.590.3681.0341.9945.29
Hex82A4431503B24512a2d
Octal20224410325073441215255
Binary100000101010010010000111010101110111001001010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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