Html Css Color HEX #84A36D Amulet

📋 copy color: '#84A36D'

red 132 ◦ green 163 ◦ blue 109

#84A36D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #84A36D

Tints of Amulet #84A36D

RGB

 RED value IS 132 (51.95% from 255) = 32.67%

 GREEN value IS 163 (64.06% from 255) = 40.35%

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 32.67%
G = 40.35%
B = 26.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#84A36D (or 0x84A36D) is known color: Amulet. HEX triplet: 84, A3 and 6D. RGB value is (132,163,109). Sum of RGB (Red+Green+Blue) = 132+163+109=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #84A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A36D is #7B5C92. Grayscale: #939393. Windows color (decimal): -8084627 or 7185284. OLE color: 7185284.

HSL color Cylindrical-coordinate representation of color #84A36D: hue angle of 94.44º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84A36D is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 163 109 -
CMYK 0.19 0 0.33 0.36
HSL 94.44º 0.23% 0.53% -
HSV(B) 94.44º 0.33% 0.64% -
XYZ 25.37 32.2 19.35 -
YUV 147.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 132 163 109 0.19 0 0.33 0.36 94.44 0.23 0.53
Hex 84 A3 6D 13 0 21 24 5E 17 35
Octal 204 243 155 23 0 41 44 136 27 65
Binary 10000100 10100011 1101101 10011 0 100001 100100 1011110 10111 110101

Color Harmonies of #84A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A36D

Black with #84A36D

Text Example


Text Example

White with #84A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,163,109); }

 H1.HeaderClassName
 {
   color: #84A36D;
 }
 .AnyTagClassName
 {
   color: #84A36D;
 }
</style>

background-color css

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

 a { background-color: rgb(132,163,109); }

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

border-color css

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

 span { border-color: rgb(132,163,109); }

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