Html Css Color HEX #82A973 Amulet

📋 copy color: '#82A973'

red 130 ◦ green 169 ◦ blue 115

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

Shades of Amulet #82A973

Tints of Amulet #82A973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.82%

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 31.4%
G = 40.82%
B = 27.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#82A973 (or 0x82A973) is known color: Amulet. HEX triplet: 82, A9 and 73. RGB value is (130,169,115). Sum of RGB (Red+Green+Blue) = 130+169+115=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #82A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A973 is #7D568C. Grayscale: #979797. Windows color (decimal): -8214157 or 7580034. OLE color: 7580034.

HSL color Cylindrical-coordinate representation of color #82A973: hue angle of 103.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82A973 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 169 115 -
CMYK 0.23 0 0.32 0.34
HSL 103.33º 0.24% 0.56% -
HSV(B) 103.33º 0.32% 0.66% -
XYZ 26.49 34.36 21.46 -
YUV 151.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 130 169 115 0.23 0 0.32 0.34 103.33 0.24 0.56
Hex 82 A9 73 17 0 20 22 67 18 38
Octal 202 251 163 27 0 40 42 147 30 70
Binary 10000010 10101001 1110011 10111 0 100000 100010 1100111 11000 111000

Color Harmonies of #82A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A973

Black with #82A973

Text Example


Text Example

White with #82A973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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