Html Css Color HEX #82A37C Amulet

📋 copy color: '#82A37C'

red 130 ◦ green 163 ◦ blue 124

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

Shades of Amulet #82A37C

Tints of Amulet #82A37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 31.18%
G = 39.09%
B = 29.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#82A37C (or 0x82A37C) is known color: Amulet. HEX triplet: 82, A3 and 7C. RGB value is (130,163,124). Sum of RGB (Red+Green+Blue) = 130+163+124=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #82A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A37C is #7D5C83. Grayscale: #949494. Windows color (decimal): -8215684 or 8168322. OLE color: 8168322.

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

Color convert

RGB 130 163 124 -
CMYK 0.20 0 0.24 0.36
HSL 110.77º 0.17% 0.56% -
HSV(B) 110.77º 0.24% 0.64% -
XYZ 25.94 32.4 23.95 -
YUV 148.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 130 163 124 0.20 0 0.24 0.36 110.77 0.17 0.56
Hex 82 A3 7C 14 0 18 24 6F 11 38
Octal 202 243 174 24 0 30 44 157 21 70
Binary 10000010 10100011 1111100 10100 0 11000 100100 1101111 10001 111000

Color Harmonies of #82A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A37C

Black with #82A37C

Text Example


Text Example

White with #82A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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