#82AD3F

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

Shades of Sushi #82AD3F

Tints of Sushi #82AD3F

Color information

#82AD3F (or 0x82AD3F) is unknown color: approx Sushi. HEX triplet: 82, AD and 3F. RGB value is (130,173,63). Sum of RGB (Red+Green+Blue) = 130+173+63=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD3F is #7D52C0. Grayscale: #949494. Windows color (decimal): -8213185 or 4173186. OLE color: 4173186.

HSL color Cylindrical-coordinate representation of color #82AD3F: hue angle of 83.45º 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 #82AD3F is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB13017363-
CMYK0.2500.640.32
HSL83.45º46.61%46.27%-
HSV(B)83.45º63.58%67.84%-
XYZ25.0534.9910.14-
YUV147.680.25115.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 173 (67.97% from 255) = 47.27%
BLUE value IS 63 (25% from 255) = 17.21%
R=35.52%
G=47.27%
B=17.21%

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
Decimal130173630.2500.640.3283.4546.6146.27
Hex82AD3F1904020532f2e
Octal20225577310100401235756
Binary100000101010110111111111001010000001000001010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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