Html Css Color HEX #84A17C Amulet

📋 copy color: '#84A17C'

red 132 ◦ green 161 ◦ blue 124

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

Shades of Amulet #84A17C

Tints of Amulet #84A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 31.65%
G = 38.61%
B = 29.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#84A17C (or 0x84A17C) is known color: Amulet. HEX triplet: 84, A1 and 7C. RGB value is (132,161,124). Sum of RGB (Red+Green+Blue) = 132+161+124=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #84A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A17C is #7B5E83. Grayscale: #949494. Windows color (decimal): -8085124 or 8167812. OLE color: 8167812.

HSL color Cylindrical-coordinate representation of color #84A17C: hue angle of 107.03º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A17C is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 161 124 -
CMYK 0.18 0 0.23 0.37
HSL 107.03º 0.16% 0.56% -
HSV(B) 107.03º 0.23% 0.63% -
XYZ 25.9 31.85 23.85 -
YUV 148.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 132 161 124 0.18 0 0.23 0.37 107.03 0.16 0.56
Hex 84 A1 7C 12 0 17 25 6B 10 38
Octal 204 241 174 22 0 27 45 153 20 70
Binary 10000100 10100001 1111100 10010 0 10111 100101 1101011 10000 111000

Color Harmonies of #84A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A17C

Black with #84A17C

Text Example


Text Example

White with #84A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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