#82AD3E

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

Shades of Sushi #82AD3E

Tints of Sushi #82AD3E

Color information

#82AD3E (or 0x82AD3E) is unknown color: approx Sushi. HEX triplet: 82, AD and 3E. RGB value is (130,173,62). Sum of RGB (Red+Green+Blue) = 130+173+62=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD3E is #7D52C1. Grayscale: #939393. Windows color (decimal): -8213186 or 4107650. OLE color: 4107650.

HSL color Cylindrical-coordinate representation of color #82AD3E: hue angle of 83.24º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82AD3E is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB13017362-
CMYK0.2500.640.32
HSL83.24º47.23%46.08%-
HSV(B)83.24º64.16%67.84%-
XYZ25.0234.989.99-
YUV147.4979.75115.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=35.62%
G=47.40%
B=16.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130173620.2500.640.3283.2447.2346.08
Hex82AD3E1904020532f2e
Octal20225576310100401235756
Binary100000101010110111111011001010000001000001010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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