#84A374

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

Shades of Amulet #84A374

Tints of Amulet #84A374

Color information

#84A374 (or 0x84A374) is unknown color: approx Amulet. HEX triplet: 84, A3 and 74. RGB value is (132,163,116). Sum of RGB (Red+Green+Blue) = 132+163+116=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #84A374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A374 is #7B5C8B. Grayscale: #949494. Windows color (decimal): -8084620 or 7644036. OLE color: 7644036.

HSL color Cylindrical-coordinate representation of color #84A374: hue angle of 99.57º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A374 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB132163116-
CMYK0.1900.290.36
HSL99.57º20.35%54.71%-
HSV(B)99.57º28.83%63.92%-
XYZ25.7732.3621.41-
YUV148.37109.73116.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 163 (64.06% from 255) = 39.66%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=32.12%
G=39.66%
B=28.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631160.1900.290.3699.5720.3554.71
Hex84A3741301D24641437
Octal20424316423035441442467
Binary1000010010100011111010010011011101100100110010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A374; }

 p { color: rgb(132,163,116); }

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

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

 a { background-color: rgb(132,163,116); }

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

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

 span { border-color: rgb(132,163,116); }

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