Html Css Color HEX #84A973 Amulet

📋 copy color: '#84A973'

red 132 ◦ green 169 ◦ blue 115

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

Shades of Amulet #84A973

Tints of Amulet #84A973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.63%

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 31.73%
G = 40.63%
B = 27.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#84A973 (or 0x84A973) is known color: Amulet. HEX triplet: 84, A9 and 73. RGB value is (132,169,115). Sum of RGB (Red+Green+Blue) = 132+169+115=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #84A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A973 is #7B568C. Grayscale: #979797. Windows color (decimal): -8083085 or 7580036. OLE color: 7580036.

HSL color Cylindrical-coordinate representation of color #84A973: hue angle of 101.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84A973 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 169 115 -
CMYK 0.22 0 0.32 0.34
HSL 101.11º 0.24% 0.56% -
HSV(B) 101.11º 0.32% 0.66% -
XYZ 26.8 34.52 21.47 -
YUV 151.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 132 169 115 0.22 0 0.32 0.34 101.11 0.24 0.56
Hex 84 A9 73 16 0 20 22 65 18 38
Octal 204 251 163 26 0 40 42 145 30 70
Binary 10000100 10101001 1110011 10110 0 100000 100010 1100101 11000 111000

Color Harmonies of #84A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A973

Black with #84A973

Text Example


Text Example

White with #84A973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,169,115); }

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

background-color css

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

 a { background-color: rgb(132,169,115); }

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

border-color css

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

 span { border-color: rgb(132,169,115); }

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