Html Css Color HEX #84AE73 Amulet

📋 copy color: '#84AE73'

red 132 ◦ green 174 ◦ blue 115

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

Shades of Amulet #84AE73

Tints of Amulet #84AE73

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.33%

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

R = 31.35%
G = 41.33%
B = 27.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#84AE73 (or 0x84AE73) is known color: Amulet. HEX triplet: 84, AE and 73. RGB value is (132,174,115). Sum of RGB (Red+Green+Blue) = 132+174+115=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #84AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AE73 is #7B518C. Grayscale: #9A9A9A. Windows color (decimal): -8081805 or 7581316. OLE color: 7581316.

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

Color convert

RGB 132 174 115 -
CMYK 0.24 0 0.34 0.32
HSL 102.71º 0.27% 0.57% -
HSV(B) 102.71º 0.34% 0.68% -
XYZ 27.75 36.42 21.79 -
YUV 154.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 132 174 115 0.24 0 0.34 0.32 102.71 0.27 0.57
Hex 84 AE 73 18 0 22 20 67 1B 39
Octal 204 256 163 30 0 42 40 147 33 71
Binary 10000100 10101110 1110011 11000 0 100010 100000 1100111 11011 111001

Color Harmonies of #84AE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AE73

Black with #84AE73

Text Example


Text Example

White with #84AE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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