Html Css Color HEX #82A66C Amulet

📋 copy color: '#82A66C'

red 130 ◦ green 166 ◦ blue 108

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

Shades of Amulet #82A66C

Tints of Amulet #82A66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 32.18%
G = 41.09%
B = 26.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#82A66C (or 0x82A66C) is known color: Amulet. HEX triplet: 82, A6 and 6C. RGB value is (130,166,108). Sum of RGB (Red+Green+Blue) = 130+166+108=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #82A66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A66C is #7D5993. Grayscale: #949494. Windows color (decimal): -8214932 or 7120514. OLE color: 7120514.

HSL color Cylindrical-coordinate representation of color #82A66C: hue angle of 97.24º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82A66C is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 166 108 -
CMYK 0.22 0 0.35 0.35
HSL 97.24º 0.25% 0.54% -
HSV(B) 97.24º 0.35% 0.65% -
XYZ 25.55 33.1 19.23 -
YUV 148.62 105.07 114.72 -
System Red Green Blue C M Y K H S L
Decimal 130 166 108 0.22 0 0.35 0.35 97.24 0.25 0.54
Hex 82 A6 6C 16 0 23 23 61 19 36
Octal 202 246 154 26 0 43 43 141 31 66
Binary 10000010 10100110 1101100 10110 0 100011 100011 1100001 11001 110110

Color Harmonies of #82A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A66C

Black with #82A66C

Text Example


Text Example

White with #82A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,166,108); }

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

background-color css

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

 a { background-color: rgb(130,166,108); }

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

border-color css

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

 span { border-color: rgb(130,166,108); }

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