Html Css Color HEX #899B84 Amulet

📋 copy color: '#899B84'

red 137 ◦ green 155 ◦ blue 132

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

Shades of Amulet #899B84

Tints of Amulet #899B84

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

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

R = 32.31%
G = 36.56%
B = 31.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#899B84 (or 0x899B84) is known color: Amulet. HEX triplet: 89, 9B and 84. RGB value is (137,155,132). Sum of RGB (Red+Green+Blue) = 137+155+132=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #899B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B84 is #76647B. Grayscale: #939393. Windows color (decimal): -7758972 or 8690569. OLE color: 8690569.

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

Color convert

RGB 137 155 132 -
CMYK 0.12 0 0.15 0.39
HSL 106.96º 0.1% 0.56% -
HSV(B) 106.96º 0.15% 0.61% -
XYZ 26.2 30.43 26.32 -
YUV 147 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 137 155 132 0.12 0 0.15 0.39 106.96 0.1 0.56
Hex 89 9B 84 C 0 F 27 6B A 38
Octal 211 233 204 14 0 17 47 153 12 70
Binary 10001001 10011011 10000100 1100 0 1111 100111 1101011 1010 111000

Color Harmonies of #899B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B84

Black with #899B84

Text Example


Text Example

White with #899B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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