#829973

Color #829973 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #829973

Tints of Amulet #829973

Color information

#829973 (or 0x829973) is unknown color: approx Amulet. HEX triplet: 82, 99 and 73. RGB value is (130,153,115). Sum of RGB (Red+Green+Blue) = 130+153+115=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #829973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829973 is #7D668C. Grayscale: #8D8D8D. Windows color (decimal): -8218253 or 7575938. OLE color: 7575938.

HSL color Cylindrical-coordinate representation of color #829973: hue angle of 96.32º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829973 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB130153115-
CMYK0.1500.250.4
HSL96.32º15.7%52.55%-
HSV(B)96.32º24.84%60%-
XYZ23.6928.7720.52-
YUV141.79112.88119.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 115 (45.31% from 255) = 28.89%
R=32.66%
G=38.44%
B=28.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301531150.1500.250.496.3215.752.55
Hex829973F01928601035
Octal20223116317031501402065
Binary100000101001100111100111111011001101000110000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829973; }

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

 H1.HeaderClassName
 {
   color: #829973;
 }
 .AnyTagClassName
 {
   color: #829973;
 }
</style>
background-color css

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

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

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

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

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

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