#82B773

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

Shades of Amulet #82B773

Tints of Amulet #82B773

Color information

#82B773 (or 0x82B773) is unknown color: approx Amulet. HEX triplet: 82, B7 and 73. RGB value is (130,183,115). Sum of RGB (Red+Green+Blue) = 130+183+115=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #82B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B773 is #7D488C. Grayscale: #9F9F9F. Windows color (decimal): -8210573 or 7583618. OLE color: 7583618.

HSL color Cylindrical-coordinate representation of color #82B773: hue angle of 106.76º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82B773 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB130183115-
CMYK0.2900.370.28
HSL106.76º32.08%58.43%-
HSV(B)106.76º37.16%71.76%-
XYZ29.2339.8522.37-
YUV159.4102.94107.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 183 (71.88% from 255) = 42.76%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=30.37%
G=42.76%
B=26.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831150.2900.370.28106.7632.0858.43
Hex82B7731D0251C6b203a
Octal20226716335045341534072
Binary10000010101101111110011111010100101111001101011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,115); }

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

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

 a { background-color: rgb(130,183,115); }

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

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

 span { border-color: rgb(130,183,115); }

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