Html Css Color HEX #82A176 Amulet

📋 copy color: '#82A176'

red 130 ◦ green 161 ◦ blue 118

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

Shades of Amulet #82A176

Tints of Amulet #82A176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 31.78%
G = 39.36%
B = 28.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#82A176 (or 0x82A176) is known color: Amulet. HEX triplet: 82, A1 and 76. RGB value is (130,161,118). Sum of RGB (Red+Green+Blue) = 130+161+118=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #82A176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A176 is #7D5E89. Grayscale: #929292. Windows color (decimal): -8216202 or 7774594. OLE color: 7774594.

HSL color Cylindrical-coordinate representation of color #82A176: hue angle of 103.26º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82A176 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 161 118 -
CMYK 0.19 0 0.27 0.37
HSL 103.26º 0.19% 0.55% -
HSV(B) 103.26º 0.27% 0.63% -
XYZ 25.22 31.54 21.9 -
YUV 146.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 130 161 118 0.19 0 0.27 0.37 103.26 0.19 0.55
Hex 82 A1 76 13 0 1B 25 67 13 37
Octal 202 241 166 23 0 33 45 147 23 67
Binary 10000010 10100001 1110110 10011 0 11011 100101 1100111 10011 110111

Color Harmonies of #82A176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A176

Black with #82A176

Text Example


Text Example

White with #82A176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,161,118); }

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

background-color css

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

 a { background-color: rgb(130,161,118); }

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

border-color css

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

 span { border-color: rgb(130,161,118); }

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