#839974

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

Shades of Amulet #839974

Tints of Amulet #839974

Color information

#839974 (or 0x839974) is unknown color: approx Amulet. HEX triplet: 83, 99 and 74. RGB value is (131,153,116). Sum of RGB (Red+Green+Blue) = 131+153+116=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #839974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839974 is #7C668B. Grayscale: #8E8E8E. Windows color (decimal): -8152716 or 7641475. OLE color: 7641475.

HSL color Cylindrical-coordinate representation of color #839974: hue angle of 95.68º 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 #839974 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB131153116-
CMYK0.1400.240.4
HSL95.68º15.35%52.75%-
HSV(B)95.68º24.18%60%-
XYZ23.928.8720.84-
YUV142.2113.21120.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 153 (60.16% from 255) = 38.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=32.75%
G=38.25%
B=29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531160.1400.240.495.6815.3552.75
Hex839974E0182860f35
Octal20323116416030501401765
Binary10000011100110011110100111001100010100011000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839974; }

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

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

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

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

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

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

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

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