Html Css Color HEX #849974 Amulet

📋 copy color: '#849974'

red 132 ◦ green 153 ◦ blue 116

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

Shades of Amulet #849974

Tints of Amulet #849974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 32.92%
G = 38.15%
B = 28.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#849974 (or 0x849974) is known color: Amulet. HEX triplet: 84, 99 and 74. RGB value is (132,153,116). Sum of RGB (Red+Green+Blue) = 132+153+116=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #849974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849974 is #7B668B. Grayscale: #8E8E8E. Windows color (decimal): -8087180 or 7641476. OLE color: 7641476.

HSL color Cylindrical-coordinate representation of color #849974: hue angle of 94.05º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #849974 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 116 -
CMYK 0.14 0 0.24 0.4
HSL 94.05º 0.15% 0.53% -
HSV(B) 94.05º 0.24% 0.6% -
XYZ 24.06 28.95 20.84 -
YUV 142.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 132 153 116 0.14 0 0.24 0.4 94.05 0.15 0.53
Hex 84 99 74 E 0 18 28 5E F 35
Octal 204 231 164 16 0 30 50 136 17 65
Binary 10000100 10011001 1110100 1110 0 11000 101000 1011110 1111 110101

Color Harmonies of #849974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849974

Black with #849974

Text Example


Text Example

White with #849974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849974; }

 p { color: rgb(132,153,116); }

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

background-color css

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

 a { background-color: rgb(132,153,116); }

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

border-color css

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

 span { border-color: rgb(132,153,116); }

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