Html Css Color HEX #899984 Amulet

📋 copy color: '#899984'

red 137 ◦ green 153 ◦ blue 132

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

Shades of Amulet #899984

Tints of Amulet #899984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 32.46%
G = 36.26%
B = 31.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#899984 (or 0x899984) is known color: Amulet. HEX triplet: 89, 99 and 84. RGB value is (137,153,132). Sum of RGB (Red+Green+Blue) = 137+153+132=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #899984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899984 is #76667B. Grayscale: #919191. Windows color (decimal): -7759484 or 8690057. OLE color: 8690057.

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

Color convert

RGB 137 153 132 -
CMYK 0.10 0 0.14 0.4
HSL 105.71º 0.09% 0.56% -
HSV(B) 105.71º 0.14% 0.6% -
XYZ 25.87 29.77 26.21 -
YUV 145.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 137 153 132 0.10 0 0.14 0.4 105.71 0.09 0.56
Hex 89 99 84 A 0 E 28 6A 9 38
Octal 211 231 204 12 0 16 50 152 11 70
Binary 10001001 10011001 10000100 1010 0 1110 101000 1101010 1001 111000

Color Harmonies of #899984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899984

Black with #899984

Text Example


Text Example

White with #899984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899984; }

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

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

background-color css

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

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

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

border-color css

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

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

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