Html Css Color HEX #899584 Amulet

📋 copy color: '#899584'

red 137 ◦ green 149 ◦ blue 132

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

Shades of Amulet #899584

Tints of Amulet #899584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

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

R = 32.78%
G = 35.65%
B = 31.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#899584 (or 0x899584) is known color: Amulet. HEX triplet: 89, 95 and 84. RGB value is (137,149,132). Sum of RGB (Red+Green+Blue) = 137+149+132=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #899584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899584 is #766A7B. Grayscale: #8F8F8F. Windows color (decimal): -7760508 or 8689033. OLE color: 8689033.

HSL color Cylindrical-coordinate representation of color #899584: hue angle of 102.35º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #899584 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 132 -
CMYK 0.08 0 0.11 0.42
HSL 102.35º 0.07% 0.55% -
HSV(B) 102.35º 0.11% 0.58% -
XYZ 25.23 28.48 26 -
YUV 143.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 137 149 132 0.08 0 0.11 0.42 102.35 0.07 0.55
Hex 89 95 84 8 0 B 2A 66 7 37
Octal 211 225 204 10 0 13 52 146 7 67
Binary 10001001 10010101 10000100 1000 0 1011 101010 1100110 111 110111

Color Harmonies of #899584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899584

Black with #899584

Text Example


Text Example

White with #899584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899584; }

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

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

background-color css

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

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

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

border-color css

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

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

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