#84A36F

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

Shades of Amulet #84A36F

Tints of Amulet #84A36F

Color information

#84A36F (or 0x84A36F) is unknown color: approx Amulet. HEX triplet: 84, A3 and 6F. RGB value is (132,163,111). Sum of RGB (Red+Green+Blue) = 132+163+111=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #84A36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A36F is #7B5C90. Grayscale: #939393. Windows color (decimal): -8084625 or 7316356. OLE color: 7316356.

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

Color convert

RGB132163111-
CMYK0.1900.320.36
HSL95.77º22.03%53.73%-
HSV(B)95.77º31.9%63.92%-
XYZ25.4832.2519.92-
YUV147.8107.23116.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=32.51%
G=40.15%
B=27.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631110.1900.320.3695.7722.0353.73
Hex84A36F1302024601636
Octal20424315723040441402666
Binary10000100101000111101111100110100000100100110000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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