Html Css Color HEX #849C71 Amulet

📋 copy color: '#849C71'

red 132 ◦ green 156 ◦ blue 113

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

Shades of Amulet #849C71

Tints of Amulet #849C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 32.92%
G = 38.9%
B = 28.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#849C71 (or 0x849C71) is known color: Amulet. HEX triplet: 84, 9C and 71. RGB value is (132,156,113). Sum of RGB (Red+Green+Blue) = 132+156+113=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #849C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C71 is #7B638E. Grayscale: #909090. Windows color (decimal): -8086415 or 7445636. OLE color: 7445636.

HSL color Cylindrical-coordinate representation of color #849C71: hue angle of 93.49º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #849C71 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 156 113 -
CMYK 0.15 0 0.28 0.39
HSL 93.49º 0.18% 0.53% -
HSV(B) 93.49º 0.28% 0.61% -
XYZ 24.38 29.87 20.1 -
YUV 143.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 132 156 113 0.15 0 0.28 0.39 93.49 0.18 0.53
Hex 84 9C 71 F 0 1C 27 5D 12 35
Octal 204 234 161 17 0 34 47 135 22 65
Binary 10000100 10011100 1110001 1111 0 11100 100111 1011101 10010 110101

Color Harmonies of #849C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849C71

Black with #849C71

Text Example


Text Example

White with #849C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849C71; }

 p { color: rgb(132,156,113); }

 H1.HeaderClassName
 {
   color: #849C71;
 }
 .AnyTagClassName
 {
   color: #849C71;
 }
</style>

background-color css

<style>
 a { background-color: #849C71; }

 a { background-color: rgb(132,156,113); }

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

border-color css

<style>
 span { border-color: #849C71; }

 span { border-color: rgb(132,156,113); }

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