Html Css Color HEX #84A96F Amulet

📋 copy color: '#84A96F'

red 132 ◦ green 169 ◦ blue 111

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

Shades of Amulet #84A96F

Tints of Amulet #84A96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 32.04%
G = 41.02%
B = 26.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#84A96F (or 0x84A96F) is known color: Amulet. HEX triplet: 84, A9 and 6F. RGB value is (132,169,111). Sum of RGB (Red+Green+Blue) = 132+169+111=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #84A96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A96F is #7B5690. Grayscale: #979797. Windows color (decimal): -8083089 or 7317892. OLE color: 7317892.

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

Color convert

RGB 132 169 111 -
CMYK 0.22 0 0.34 0.34
HSL 98.28º 0.25% 0.55% -
HSV(B) 98.28º 0.34% 0.66% -
XYZ 26.57 34.43 20.28 -
YUV 151.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 132 169 111 0.22 0 0.34 0.34 98.28 0.25 0.55
Hex 84 A9 6F 16 0 22 22 62 19 37
Octal 204 251 157 26 0 42 42 142 31 67
Binary 10000100 10101001 1101111 10110 0 100010 100010 1100010 11001 110111

Color Harmonies of #84A96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A96F

Black with #84A96F

Text Example


Text Example

White with #84A96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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