Html Css Color HEX #829578 Amulet

📋 copy color: '#829578'

red 130 ◦ green 149 ◦ blue 120

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

Shades of Amulet #829578

Tints of Amulet #829578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 32.58%
G = 37.34%
B = 30.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#829578 (or 0x829578) is known color: Amulet. HEX triplet: 82, 95 and 78. RGB value is (130,149,120). Sum of RGB (Red+Green+Blue) = 130+149+120=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #829578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829578 is #7D6A87. Grayscale: #8C8C8C. Windows color (decimal): -8219272 or 7902594. OLE color: 7902594.

HSL color Cylindrical-coordinate representation of color #829578: hue angle of 99.31º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #829578 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 120 -
CMYK 0.13 0 0.19 0.42
HSL 99.31º 0.12% 0.53% -
HSV(B) 99.31º 0.19% 0.58% -
XYZ 23.34 27.6 21.87 -
YUV 140.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 130 149 120 0.13 0 0.19 0.42 99.31 0.12 0.53
Hex 82 95 78 D 0 13 2A 63 C 35
Octal 202 225 170 15 0 23 52 143 14 65
Binary 10000010 10010101 1111000 1101 0 10011 101010 1100011 1100 110101

Color Harmonies of #829578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829578

Black with #829578

Text Example


Text Example

White with #829578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829578; }

 p { color: rgb(130,149,120); }

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

background-color css

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

 a { background-color: rgb(130,149,120); }

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

border-color css

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

 span { border-color: rgb(130,149,120); }

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