#839973

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

Shades of Amulet #839973

Tints of Amulet #839973

Color information

#839973 (or 0x839973) is unknown color: approx Amulet. HEX triplet: 83, 99 and 73. RGB value is (131,153,115). Sum of RGB (Red+Green+Blue) = 131+153+115=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #839973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839973 is #7C668C. Grayscale: #8E8E8E. Windows color (decimal): -8152717 or 7575939. OLE color: 7575939.

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

Color convert

RGB131153115-
CMYK0.1400.250.4
HSL94.74º15.7%52.55%-
HSV(B)94.74º24.84%60%-
XYZ23.8528.8520.53-
YUV142.09112.71120.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=32.83%
G=38.35%
B=28.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531150.1400.250.494.7415.752.55
Hex839973E019285f1035
Octal20323116316031501372065
Binary100000111001100111100111110011001101000101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839973; }

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

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

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

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

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

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

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

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