#84A271

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

Shades of Amulet #84A271

Tints of Amulet #84A271

Color information

#84A271 (or 0x84A271) is unknown color: approx Amulet. HEX triplet: 84, A2 and 71. RGB value is (132,162,113). Sum of RGB (Red+Green+Blue) = 132+162+113=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #84A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A271 is #7B5D8E. Grayscale: #939393. Windows color (decimal): -8084879 or 7447172. OLE color: 7447172.

HSL color Cylindrical-coordinate representation of color #84A271: hue angle of 96.73º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A271 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB132162113-
CMYK0.1900.300.36
HSL96.73º20.85%53.92%-
HSV(B)96.73º30.25%63.53%-
XYZ25.4231.9420.45-
YUV147.44108.56116.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=32.43%
G=39.80%
B=27.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321621130.1900.300.3696.7320.8553.92
Hex84A2711301E24611536
Octal20424216123036441412566
Binary1000010010100010111000110011011110100100110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,113); }

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

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

 a { background-color: rgb(132,162,113); }

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

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

 span { border-color: rgb(132,162,113); }

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