#82ad39

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

Shades of Sushi #82AD39

Tints of Sushi #82AD39

Color information

#82AD39 (or 0x82AD39) is unknown color: approx Sushi. HEX triplet: 82, AD and 39. RGB value is (130,173,57). Sum of RGB (Red+Green+Blue) = 130+173+57=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD39 is #7D52C6. Grayscale: #939393. Windows color (decimal): -8213191 or 3779970. OLE color: 3779970.

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

Color convert

RGB13017357-
CMYK0.2500.670.32
HSL82.24º50.43%45.1%-
HSV(B)82.24º67.05%67.84%-
XYZ24.8934.939.3-
YUV146.9277.25115.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 57 (22.66% from 255) = 15.83%
R=36.11%
G=48.06%
B=15.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130173570.2500.670.3282.2450.4345.1
Hex82AD39190432052322d
Octal20225571310103401226255
Binary100000101010110111100111001010000111000001010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ad39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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