Html Css Color HEX #829D73 Amulet

📋 copy color: '#829D73'

red 130 ◦ green 157 ◦ blue 115

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

Shades of Amulet #829D73

Tints of Amulet #829D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.05%

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

R = 32.34%
G = 39.05%
B = 28.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#829D73 (or 0x829D73) is known color: Amulet. HEX triplet: 82, 9D and 73. RGB value is (130,157,115). Sum of RGB (Red+Green+Blue) = 130+157+115=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #829D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D73 is #7D628C. Grayscale: #909090. Windows color (decimal): -8217229 or 7576962. OLE color: 7576962.

HSL color Cylindrical-coordinate representation of color #829D73: hue angle of 98.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #829D73 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 157 115 -
CMYK 0.17 0 0.27 0.38
HSL 98.57º 0.18% 0.53% -
HSV(B) 98.57º 0.27% 0.62% -
XYZ 24.36 30.1 20.75 -
YUV 144.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 130 157 115 0.17 0 0.27 0.38 98.57 0.18 0.53
Hex 82 9D 73 11 0 1B 26 63 12 35
Octal 202 235 163 21 0 33 46 143 22 65
Binary 10000010 10011101 1110011 10001 0 11011 100110 1100011 10010 110101

Color Harmonies of #829D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D73

Black with #829D73

Text Example


Text Example

White with #829D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829D73; }

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

 H1.HeaderClassName
 {
   color: #829D73;
 }
 .AnyTagClassName
 {
   color: #829D73;
 }
</style>

background-color css

<style>
 a { background-color: #829D73; }

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

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

border-color css

<style>
 span { border-color: #829D73; }

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

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