Html Css Color HEX #899985 Amulet

📋 copy color: '#899985'

red 137 ◦ green 153 ◦ blue 133

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

Shades of Amulet #899985

Tints of Amulet #899985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 32.39%
G = 36.17%
B = 31.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#899985 (or 0x899985) is known color: Amulet. HEX triplet: 89, 99 and 85. RGB value is (137,153,133). Sum of RGB (Red+Green+Blue) = 137+153+133=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #899985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899985 is #76667A. Grayscale: #929292. Windows color (decimal): -7759483 or 8755593. OLE color: 8755593.

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

Color convert

RGB 137 153 133 -
CMYK 0.10 0 0.13 0.4
HSL 108º 0.09% 0.56% -
HSV(B) 108º 0.13% 0.6% -
XYZ 25.94 29.79 26.57 -
YUV 145.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 137 153 133 0.10 0 0.13 0.4 108 0.09 0.56
Hex 89 99 85 A 0 D 28 6C 9 38
Octal 211 231 205 12 0 15 50 154 11 70
Binary 10001001 10011001 10000101 1010 0 1101 101000 1101100 1001 111000

Color Harmonies of #899985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899985

Black with #899985

Text Example


Text Example

White with #899985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899985; }

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

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

background-color css

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

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

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

border-color css

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

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

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