#84B37A

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

Shades of Amulet #84B37A

Tints of Amulet #84B37A

Color information

#84B37A (or 0x84B37A) is unknown color: approx Amulet. HEX triplet: 84, B3 and 7A. RGB value is (132,179,122). Sum of RGB (Red+Green+Blue) = 132+179+122=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #84B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B37A is #7B4C85. Grayscale: #9E9E9E. Windows color (decimal): -8080518 or 8041348. OLE color: 8041348.

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

Color convert

RGB132179122-
CMYK0.2600.320.30
HSL109.47º27.27%59.02%-
HSV(B)109.47º31.84%70.2%-
XYZ29.1538.5524.32-
YUV158.45107.43109.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=30.48%
G=41.34%
B=28.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791220.2600.320.30109.4727.2759.02
Hex84B37A1A0201E6d1b3b
Octal20426317232040361553373
Binary1000010010110011111101011010010000011110110110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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