Html Css Color HEX #82AD6B Amulet

📋 copy color: '#82AD6B'

red 130 ◦ green 173 ◦ blue 107

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

Shades of Amulet #82AD6B

Tints of Amulet #82AD6B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 31.71%
G = 42.2%
B = 26.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#82AD6B (or 0x82AD6B) is known color: Amulet. HEX triplet: 82, AD and 6B. RGB value is (130,173,107). Sum of RGB (Red+Green+Blue) = 130+173+107=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD6B is #7D5294. Grayscale: #989898. Windows color (decimal): -8213141 or 7056770. OLE color: 7056770.

HSL color Cylindrical-coordinate representation of color #82AD6B: hue angle of 99.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82AD6B is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 107 -
CMYK 0.25 0 0.38 0.32
HSL 99.09º 0.29% 0.55% -
HSV(B) 99.09º 0.38% 0.68% -
XYZ 26.8 35.69 19.39 -
YUV 152.62 102.25 111.87 -
System Red Green Blue C M Y K H S L
Decimal 130 173 107 0.25 0 0.38 0.32 99.09 0.29 0.55
Hex 82 AD 6B 19 0 26 20 63 1D 37
Octal 202 255 153 31 0 46 40 143 35 67
Binary 10000010 10101101 1101011 11001 0 100110 100000 1100011 11101 110111

Color Harmonies of #82AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD6B

Black with #82AD6B

Text Example


Text Example

White with #82AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,173,107); }

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

background-color css

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

 a { background-color: rgb(130,173,107); }

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

border-color css

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

 span { border-color: rgb(130,173,107); }

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