Html Css Color HEX #82A279 Amulet

📋 copy color: '#82A279'

red 130 ◦ green 162 ◦ blue 121

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

Shades of Amulet #82A279

Tints of Amulet #82A279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 31.48%
G = 39.23%
B = 29.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#82A279 (or 0x82A279) is known color: Amulet. HEX triplet: 82, A2 and 79. RGB value is (130,162,121). Sum of RGB (Red+Green+Blue) = 130+162+121=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #82A279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A279 is #7D5D86. Grayscale: #939393. Windows color (decimal): -8215943 or 7971458. OLE color: 7971458.

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

Color convert

RGB 130 162 121 -
CMYK 0.20 0 0.25 0.36
HSL 106.83º 0.18% 0.55% -
HSV(B) 106.83º 0.25% 0.64% -
XYZ 25.58 31.97 22.91 -
YUV 147.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 130 162 121 0.20 0 0.25 0.36 106.83 0.18 0.55
Hex 82 A2 79 14 0 19 24 6B 12 37
Octal 202 242 171 24 0 31 44 153 22 67
Binary 10000010 10100010 1111001 10100 0 11001 100100 1101011 10010 110111

Color Harmonies of #82A279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A279

Black with #82A279

Text Example


Text Example

White with #82A279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,162,121); }

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

background-color css

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

 a { background-color: rgb(130,162,121); }

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

border-color css

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

 span { border-color: rgb(130,162,121); }

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