#829974

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

Shades of Amulet #829974

Tints of Amulet #829974

Color information

#829974 (or 0x829974) is unknown color: approx Amulet. HEX triplet: 82, 99 and 74. RGB value is (130,153,116). Sum of RGB (Red+Green+Blue) = 130+153+116=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #829974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829974 is #7D668B. Grayscale: #8E8E8E. Windows color (decimal): -8218252 or 7641474. OLE color: 7641474.

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

Color convert

RGB130153116-
CMYK0.1500.240.4
HSL97.3º15.35%52.75%-
HSV(B)97.3º24.18%60%-
XYZ23.7528.7920.83-
YUV141.9113.38119.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=32.58%
G=38.35%
B=29.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301531160.1500.240.497.315.3552.75
Hex829974F0182861f35
Octal20223116417030501411765
Binary10000010100110011110100111101100010100011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829974; }

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

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

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

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

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

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

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

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