#82B36F

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

Shades of Amulet #82B36F

Tints of Amulet #82B36F

Color information

#82B36F (or 0x82B36F) is unknown color: approx Amulet. HEX triplet: 82, B3 and 6F. RGB value is (130,179,111). Sum of RGB (Red+Green+Blue) = 130+179+111=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #82B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B36F is #7D4C90. Grayscale: #9C9C9C. Windows color (decimal): -8211601 or 7320450. OLE color: 7320450.

HSL color Cylindrical-coordinate representation of color #82B36F: hue angle of 103.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82B36F is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB130179111-
CMYK0.2700.380.30
HSL103.24º30.91%56.86%-
HSV(B)103.24º37.99%70.2%-
XYZ28.238.1320.91-
YUV156.6102.27109.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=30.95%
G=42.62%
B=26.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301791110.2700.380.30103.2430.9156.86
Hex82B36F1B0261E671f39
Octal20226315733046361473771
Binary1000001010110011110111111011010011011110110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,179,111); }

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

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

 a { background-color: rgb(130,179,111); }

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

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

 span { border-color: rgb(130,179,111); }

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