Html Css Color HEX #849F81 Amulet

📋 copy color: '#849F81'

red 132 ◦ green 159 ◦ blue 129

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

Shades of Amulet #849F81

Tints of Amulet #849F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 31.43%
G = 37.86%
B = 30.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#849F81 (or 0x849F81) is known color: Amulet. HEX triplet: 84, 9F and 81. RGB value is (132,159,129). Sum of RGB (Red+Green+Blue) = 132+159+129=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #849F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F81 is #7B607E. Grayscale: #939393. Windows color (decimal): -8085631 or 8494980. OLE color: 8494980.

HSL color Cylindrical-coordinate representation of color #849F81: hue angle of 114º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #849F81 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 129 -
CMYK 0.17 0 0.19 0.38
HSL 114º 0.14% 0.56% -
HSV(B) 114º 0.19% 0.62% -
XYZ 25.88 31.29 25.44 -
YUV 147.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 132 159 129 0.17 0 0.19 0.38 114 0.14 0.56
Hex 84 9F 81 11 0 13 26 72 E 38
Octal 204 237 201 21 0 23 46 162 16 70
Binary 10000100 10011111 10000001 10001 0 10011 100110 1110010 1110 111000

Color Harmonies of #849F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F81

Black with #849F81

Text Example


Text Example

White with #849F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,159,129); }

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

background-color css

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

 a { background-color: rgb(132,159,129); }

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

border-color css

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

 span { border-color: rgb(132,159,129); }

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