Html Css Color HEX #82A376 Amulet

📋 copy color: '#82A376'

red 130 ◦ green 163 ◦ blue 118

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

Shades of Amulet #82A376

Tints of Amulet #82A376

RGB

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

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

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

R = 31.63%
G = 39.66%
B = 28.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#82A376 (or 0x82A376) is known color: Amulet. HEX triplet: 82, A3 and 76. RGB value is (130,163,118). Sum of RGB (Red+Green+Blue) = 130+163+118=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #82A376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A376 is #7D5C89. Grayscale: #949494. Windows color (decimal): -8215690 or 7775106. OLE color: 7775106.

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

Color convert

RGB 130 163 118 -
CMYK 0.20 0 0.28 0.36
HSL 104º 0.2% 0.55% -
HSV(B) 104º 0.28% 0.64% -
XYZ 25.57 32.25 22.02 -
YUV 148 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 130 163 118 0.20 0 0.28 0.36 104 0.2 0.55
Hex 82 A3 76 14 0 1C 24 68 14 37
Octal 202 243 166 24 0 34 44 150 24 67
Binary 10000010 10100011 1110110 10100 0 11100 100100 1101000 10100 110111

Color Harmonies of #82A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A376

Black with #82A376

Text Example


Text Example

White with #82A376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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