Html Css Color HEX #82A36D Amulet

📋 copy color: '#82A36D'

red 130 ◦ green 163 ◦ blue 109

#82A36D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #82A36D

Tints of Amulet #82A36D

RGB

 RED value IS 130 (51.17% from 255) = 32.34%

 GREEN value IS 163 (64.06% from 255) = 40.55%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 32.34%
G = 40.55%
B = 27.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#82A36D (or 0x82A36D) is known color: Amulet. HEX triplet: 82, A3 and 6D. RGB value is (130,163,109). Sum of RGB (Red+Green+Blue) = 130+163+109=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #82A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A36D is #7D5C92. Grayscale: #939393. Windows color (decimal): -8215699 or 7185282. OLE color: 7185282.

HSL color Cylindrical-coordinate representation of color #82A36D: hue angle of 96.67º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82A36D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 163 109 -
CMYK 0.20 0 0.33 0.36
HSL 96.67º 0.23% 0.53% -
HSV(B) 96.67º 0.33% 0.64% -
XYZ 25.06 32.04 19.33 -
YUV 146.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 130 163 109 0.20 0 0.33 0.36 96.67 0.23 0.53
Hex 82 A3 6D 14 0 21 24 61 17 35
Octal 202 243 155 24 0 41 44 141 27 65
Binary 10000010 10100011 1101101 10100 0 100001 100100 1100001 10111 110101

Color Harmonies of #82A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A36D

Black with #82A36D

Text Example


Text Example

White with #82A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,163,109); }

 H1.HeaderClassName
 {
   color: #82A36D;
 }
 .AnyTagClassName
 {
   color: #82A36D;
 }
</style>

background-color css

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

 a { background-color: rgb(130,163,109); }

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

border-color css

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

 span { border-color: rgb(130,163,109); }

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