#82A52E

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

Shades of Sushi #82A52E

Tints of Sushi #82A52E

Color information

#82A52E (or 0x82A52E) is unknown color: approx Sushi. HEX triplet: 82, A5 and 2E. RGB value is (130,165,46). Sum of RGB (Red+Green+Blue) = 130+165+46=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #82A52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A52E is #7D5AD1. Grayscale: #8D8D8D. Windows color (decimal): -8215250 or 3057026. OLE color: 3057026.

HSL color Cylindrical-coordinate representation of color #82A52E: hue angle of 77.65º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82A52E is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB13016546-
CMYK0.2100.720.35
HSL77.65º56.4%41.37%-
HSV(B)77.65º72.12%64.71%-
XYZ23.1531.857.51-
YUV140.9774.4120.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 46 (18.36% from 255) = 13.49%
R=38.12%
G=48.39%
B=13.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130165460.2100.720.3577.6556.441.37
Hex82A52E15048234e3829
Octal20224556250110431167051
Binary100000101010010110111010101010010001000111001110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,165,46); }

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

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

 a { background-color: rgb(130,165,46); }

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

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

 span { border-color: rgb(130,165,46); }

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