Html Css Color HEX #82A372 Amulet

📋 copy color: '#82A372'

red 130 ◦ green 163 ◦ blue 114

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

Shades of Amulet #82A372

Tints of Amulet #82A372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 31.94%
G = 40.05%
B = 28.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#82A372 (or 0x82A372) is known color: Amulet. HEX triplet: 82, A3 and 72. RGB value is (130,163,114). Sum of RGB (Red+Green+Blue) = 130+163+114=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #82A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A372 is #7D5C8D. Grayscale: #939393. Windows color (decimal): -8215694 or 7512962. OLE color: 7512962.

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

Color convert

RGB 130 163 114 -
CMYK 0.20 0 0.30 0.36
HSL 100.41º 0.21% 0.54% -
HSV(B) 100.41º 0.3% 0.64% -
XYZ 25.34 32.16 20.79 -
YUV 147.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 130 163 114 0.20 0 0.30 0.36 100.41 0.21 0.54
Hex 82 A3 72 14 0 1E 24 64 15 36
Octal 202 243 162 24 0 36 44 144 25 66
Binary 10000010 10100011 1110010 10100 0 11110 100100 1100100 10101 110110

Color Harmonies of #82A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A372

Black with #82A372

Text Example


Text Example

White with #82A372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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