#84A372

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

Shades of Amulet #84A372

Tints of Amulet #84A372

Color information

#84A372 (or 0x84A372) is unknown color: approx Amulet. HEX triplet: 84, A3 and 72. RGB value is (132,163,114). Sum of RGB (Red+Green+Blue) = 132+163+114=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #84A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A372 is #7B5C8D. Grayscale: #949494. Windows color (decimal): -8084622 or 7512964. OLE color: 7512964.

HSL color Cylindrical-coordinate representation of color #84A372: hue angle of 97.96º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A372 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB132163114-
CMYK0.1900.300.36
HSL97.96º21.03%54.31%-
HSV(B)97.96º30.06%63.92%-
XYZ25.6532.3120.81-
YUV148.15108.73116.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 163 (64.06% from 255) = 39.85%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=32.27%
G=39.85%
B=27.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631140.1900.300.3697.9621.0354.31
Hex84A3721301E24621536
Octal20424316223036441422566
Binary1000010010100011111001010011011110100100110001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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