#84B26E

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

Shades of Amulet #84B26E

Tints of Amulet #84B26E

Color information

#84B26E (or 0x84B26E) is unknown color: approx Amulet. HEX triplet: 84, B2 and 6E. RGB value is (132,178,110). Sum of RGB (Red+Green+Blue) = 132+178+110=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #84B26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B26E is #7B4D91. Grayscale: #9C9C9C. Windows color (decimal): -8080786 or 7254660. OLE color: 7254660.

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

Color convert

RGB132178110-
CMYK0.2600.380.30
HSL100.59º30.63%56.47%-
HSV(B)100.59º38.2%69.8%-
XYZ28.2537.8720.57-
YUV156.49101.76110.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 178 (69.92% from 255) = 42.38%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=31.43%
G=42.38%
B=26.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321781100.2600.380.30100.5930.6356.47
Hex84B26E1A0261E651f38
Octal20426215632046361453770
Binary1000010010110010110111011010010011011110110010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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