#82A43E

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

Shades of Sushi #82A43E

Tints of Sushi #82A43E

Color information

#82A43E (or 0x82A43E) is unknown color: approx Sushi. HEX triplet: 82, A4 and 3E. RGB value is (130,164,62). Sum of RGB (Red+Green+Blue) = 130+164+62=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #82A43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A43E is #7D5BC1. Grayscale: #8E8E8E. Windows color (decimal): -8215490 or 4105346. OLE color: 4105346.

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

Color convert

RGB13016462-
CMYK0.2100.620.36
HSL80º45.13%44.31%-
HSV(B)80º62.2%64.31%-
XYZ23.3531.649.43-
YUV142.2182.74119.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 62 (24.61% from 255) = 17.42%
R=36.52%
G=46.07%
B=17.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130164620.2100.620.368045.1344.31
Hex82A43E1503E24502d2c
Octal2022447625076441205554
Binary10000010101001001111101010101111101001001010000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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