#84B373

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

Shades of Amulet #84B373

Tints of Amulet #84B373

Color information

#84B373 (or 0x84B373) is unknown color: approx Amulet. HEX triplet: 84, B3 and 73. RGB value is (132,179,115). Sum of RGB (Red+Green+Blue) = 132+179+115=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #84B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B373 is #7B4C8C. Grayscale: #9D9D9D. Windows color (decimal): -8080525 or 7582596. OLE color: 7582596.

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

Color convert

RGB132179115-
CMYK0.2600.360.30
HSL104.06º29.63%57.65%-
HSV(B)104.06º35.75%70.2%-
XYZ28.7338.3822.11-
YUV157.65103.93109.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=30.99%
G=42.02%
B=27.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791150.2600.360.30104.0629.6357.65
Hex84B3731A0241E681e3a
Octal20426316332044361503672
Binary1000010010110011111001111010010010011110110100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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