#84B27C

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

Shades of Amulet #84B27C

Tints of Amulet #84B27C

Color information

#84B27C (or 0x84B27C) is unknown color: approx Amulet. HEX triplet: 84, B2 and 7C. RGB value is (132,178,124). Sum of RGB (Red+Green+Blue) = 132+178+124=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #84B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B27C is #7B4D83. Grayscale: #9E9E9E. Windows color (decimal): -8080772 or 8172164. OLE color: 8172164.

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

Color convert

RGB132178124-
CMYK0.2600.300.30
HSL111.11º25.96%59.22%-
HSV(B)111.11º30.34%69.8%-
XYZ29.0738.224.91-
YUV158.09108.76109.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=30.41%
G=41.01%
B=28.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321781240.2600.300.30111.1125.9659.22
Hex84B27C1A01E1E6f1a3b
Octal20426217432036361573273
Binary100001001011001011111001101001111011110110111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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