#84B473

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

Shades of Amulet #84B473

Tints of Amulet #84B473

Color information

#84B473 (or 0x84B473) is unknown color: approx Amulet. HEX triplet: 84, B4 and 73. RGB value is (132,180,115). Sum of RGB (Red+Green+Blue) = 132+180+115=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #84B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B473 is #7B4B8C. Grayscale: #9E9E9E. Windows color (decimal): -8080269 or 7582852. OLE color: 7582852.

HSL color Cylindrical-coordinate representation of color #84B473: hue angle of 104.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B473 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB132180115-
CMYK0.2700.360.29
HSL104.31º30.23%57.84%-
HSV(B)104.31º36.11%70.59%-
XYZ28.9338.7922.18-
YUV158.24103.6109.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=30.91%
G=42.15%
B=26.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321801150.2700.360.29104.3130.2357.84
Hex84B4731B0241D681e3a
Octal20426416333044351503672
Binary1000010010110100111001111011010010011101110100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,180,115); }

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

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

 a { background-color: rgb(132,180,115); }

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

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

 span { border-color: rgb(132,180,115); }

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