#84AD7C

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

Shades of Amulet #84AD7C

Tints of Amulet #84AD7C

Color information

#84AD7C (or 0x84AD7C) is unknown color: approx Amulet. HEX triplet: 84, AD and 7C. RGB value is (132,173,124). Sum of RGB (Red+Green+Blue) = 132+173+124=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AD7C is #7B5283. Grayscale: #9B9B9B. Windows color (decimal): -8082052 or 8170884. OLE color: 8170884.

HSL color Cylindrical-coordinate representation of color #84AD7C: hue angle of 110.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84AD7C is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB132173124-
CMYK0.2400.280.32
HSL110.2º23%58.24%-
HSV(B)110.2º28.32%67.84%-
XYZ28.136.2524.58-
YUV155.15110.42111.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=30.77%
G=40.33%
B=28.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321731240.2400.280.32110.22358.24
Hex84AD7C1801C206e173a
Octal20425517430034401562772
Binary1000010010101101111110011000011100100000110111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,173,124); }

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

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

 a { background-color: rgb(132,173,124); }

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

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

 span { border-color: rgb(132,173,124); }

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