Html Css Color HEX #82A46D Amulet

📋 copy color: '#82A46D'

red 130 ◦ green 164 ◦ blue 109

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

Shades of Amulet #82A46D

Tints of Amulet #82A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

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

R = 32.26%
G = 40.69%
B = 27.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#82A46D (or 0x82A46D) is known color: Amulet. HEX triplet: 82, A4 and 6D. RGB value is (130,164,109). Sum of RGB (Red+Green+Blue) = 130+164+109=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #82A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A46D is #7D5B92. Grayscale: #939393. Windows color (decimal): -8215443 or 7185538. OLE color: 7185538.

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

Color convert

RGB 130 164 109 -
CMYK 0.21 0 0.34 0.36
HSL 97.09º 0.23% 0.54% -
HSV(B) 97.09º 0.34% 0.64% -
XYZ 25.24 32.4 19.39 -
YUV 147.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 130 164 109 0.21 0 0.34 0.36 97.09 0.23 0.54
Hex 82 A4 6D 15 0 22 24 61 17 36
Octal 202 244 155 25 0 42 44 141 27 66
Binary 10000010 10100100 1101101 10101 0 100010 100100 1100001 10111 110110

Color Harmonies of #82A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A46D

Black with #82A46D

Text Example


Text Example

White with #82A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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