Html Css Color HEX #899D80 Amulet

📋 copy color: '#899D80'

red 137 ◦ green 157 ◦ blue 128

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

Shades of Amulet #899D80

Tints of Amulet #899D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

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

R = 32.46%
G = 37.2%
B = 30.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#899D80 (or 0x899D80) is known color: Amulet. HEX triplet: 89, 9D and 80. RGB value is (137,157,128). Sum of RGB (Red+Green+Blue) = 137+157+128=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #899D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899D80 is #76627F. Grayscale: #939393. Windows color (decimal): -7758464 or 8428937. OLE color: 8428937.

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

Color convert

RGB 137 157 128 -
CMYK 0.13 0 0.18 0.38
HSL 101.38º 0.13% 0.56% -
HSV(B) 101.38º 0.18% 0.62% -
XYZ 26.27 30.99 25.02 -
YUV 147.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 137 157 128 0.13 0 0.18 0.38 101.38 0.13 0.56
Hex 89 9D 80 D 0 12 26 65 D 38
Octal 211 235 200 15 0 22 46 145 15 70
Binary 10001001 10011101 10000000 1101 0 10010 100110 1100101 1101 111000

Color Harmonies of #899D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899D80

Black with #899D80

Text Example


Text Example

White with #899D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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