Html Css Color HEX #82A571 Amulet

📋 copy color: '#82A571'

red 130 ◦ green 165 ◦ blue 113

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

Shades of Amulet #82A571

Tints of Amulet #82A571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 31.86%
G = 40.44%
B = 27.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#82A571 (or 0x82A571) is known color: Amulet. HEX triplet: 82, A5 and 71. RGB value is (130,165,113). Sum of RGB (Red+Green+Blue) = 130+165+113=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #82A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A571 is #7D5A8E. Grayscale: #949494. Windows color (decimal): -8215183 or 7447938. OLE color: 7447938.

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

Color convert

RGB 130 165 113 -
CMYK 0.21 0 0.32 0.35
HSL 100.38º 0.22% 0.55% -
HSV(B) 100.38º 0.32% 0.65% -
XYZ 25.64 32.85 20.61 -
YUV 148.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 130 165 113 0.21 0 0.32 0.35 100.38 0.22 0.55
Hex 82 A5 71 15 0 20 23 64 16 37
Octal 202 245 161 25 0 40 43 144 26 67
Binary 10000010 10100101 1110001 10101 0 100000 100011 1100100 10110 110111

Color Harmonies of #82A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A571

Black with #82A571

Text Example


Text Example

White with #82A571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,165,113); }

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

background-color css

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

 a { background-color: rgb(130,165,113); }

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

border-color css

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

 span { border-color: rgb(130,165,113); }

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