Html Css Color HEX #849B80 Amulet

📋 copy color: '#849B80'

red 132 ◦ green 155 ◦ blue 128

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

Shades of Amulet #849B80

Tints of Amulet #849B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.35%

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 31.81%
G = 37.35%
B = 30.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#849B80 (or 0x849B80) is known color: Amulet. HEX triplet: 84, 9B and 80. RGB value is (132,155,128). Sum of RGB (Red+Green+Blue) = 132+155+128=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #849B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B80 is #7B647F. Grayscale: #919191. Windows color (decimal): -8086656 or 8428420. OLE color: 8428420.

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

Color convert

RGB 132 155 128 -
CMYK 0.15 0 0.17 0.39
HSL 111.11º 0.12% 0.55% -
HSV(B) 111.11º 0.17% 0.61% -
XYZ 25.13 29.91 24.87 -
YUV 145.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 132 155 128 0.15 0 0.17 0.39 111.11 0.12 0.55
Hex 84 9B 80 F 0 11 27 6F C 37
Octal 204 233 200 17 0 21 47 157 14 67
Binary 10000100 10011011 10000000 1111 0 10001 100111 1101111 1100 110111

Color Harmonies of #849B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B80

Black with #849B80

Text Example


Text Example

White with #849B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,128); }

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

background-color css

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

 a { background-color: rgb(132,155,128); }

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

border-color css

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

 span { border-color: rgb(132,155,128); }

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