Html Css Color HEX #82A373 Amulet

📋 copy color: '#82A373'

red 130 ◦ green 163 ◦ blue 115

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

Shades of Amulet #82A373

Tints of Amulet #82A373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 31.86%
G = 39.95%
B = 28.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#82A373 (or 0x82A373) is known color: Amulet. HEX triplet: 82, A3 and 73. RGB value is (130,163,115). Sum of RGB (Red+Green+Blue) = 130+163+115=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #82A373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A373 is #7D5C8C. Grayscale: #939393. Windows color (decimal): -8215693 or 7578498. OLE color: 7578498.

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

Color convert

RGB 130 163 115 -
CMYK 0.20 0 0.29 0.36
HSL 101.25º 0.21% 0.55% -
HSV(B) 101.25º 0.29% 0.64% -
XYZ 25.4 32.18 21.09 -
YUV 147.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 130 163 115 0.20 0 0.29 0.36 101.25 0.21 0.55
Hex 82 A3 73 14 0 1D 24 65 15 37
Octal 202 243 163 24 0 35 44 145 25 67
Binary 10000010 10100011 1110011 10100 0 11101 100100 1100101 10101 110111

Color Harmonies of #82A373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A373

Black with #82A373

Text Example


Text Example

White with #82A373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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