Html Css Color HEX #899C80 Amulet

📋 copy color: '#899C80'

red 137 ◦ green 156 ◦ blue 128

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

Shades of Amulet #899C80

Tints of Amulet #899C80

RGB

 RED value IS 137 (53.91% from 255) = 32.54%

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

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

R = 32.54%
G = 37.05%
B = 30.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#899C80 (or 0x899C80) is known color: Amulet. HEX triplet: 89, 9C and 80. RGB value is (137,156,128). Sum of RGB (Red+Green+Blue) = 137+156+128=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 156 - color contains mainly: green. Hex color #899C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C80 is #76637F. Grayscale: #939393. Windows color (decimal): -7758720 or 8428681. OLE color: 8428681.

HSL color Cylindrical-coordinate representation of color #899C80: hue angle of 100.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #899C80 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 156 128 -
CMYK 0.12 0 0.18 0.39
HSL 100.71º 0.12% 0.56% -
HSV(B) 100.71º 0.18% 0.61% -
XYZ 26.1 30.65 24.96 -
YUV 147.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 137 156 128 0.12 0 0.18 0.39 100.71 0.12 0.56
Hex 89 9C 80 C 0 12 27 65 C 38
Octal 211 234 200 14 0 22 47 145 14 70
Binary 10001001 10011100 10000000 1100 0 10010 100111 1100101 1100 111000

Color Harmonies of #899C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C80

Black with #899C80

Text Example


Text Example

White with #899C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899C80; }

 p { color: rgb(137,156,128); }

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

background-color css

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

 a { background-color: rgb(137,156,128); }

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

border-color css

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

 span { border-color: rgb(137,156,128); }

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