#84A36E

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

Shades of Amulet #84A36E

Tints of Amulet #84A36E

Color information

#84A36E (or 0x84A36E) is unknown color: approx Amulet. HEX triplet: 84, A3 and 6E. RGB value is (132,163,110). Sum of RGB (Red+Green+Blue) = 132+163+110=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #84A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A36E is #7B5C91. Grayscale: #939393. Windows color (decimal): -8084626 or 7250820. OLE color: 7250820.

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

Color convert

RGB132163110-
CMYK0.1900.330.36
HSL95.09º22.36%53.53%-
HSV(B)95.09º32.52%63.92%-
XYZ25.4332.2319.63-
YUV147.69106.73116.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=32.59%
G=40.25%
B=27.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321631100.1900.330.3695.0922.3653.53
Hex84A36E13021245f1636
Octal20424315623041441372666
Binary10000100101000111101110100110100001100100101111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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