Html Css Color HEX #899683 Amulet

📋 copy color: '#899683'

red 137 ◦ green 150 ◦ blue 131

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

Shades of Amulet #899683

Tints of Amulet #899683

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 32.78%
G = 35.89%
B = 31.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#899683 (or 0x899683) is known color: Amulet. HEX triplet: 89, 96 and 83. RGB value is (137,150,131). Sum of RGB (Red+Green+Blue) = 137+150+131=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #899683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899683 is #76697C. Grayscale: #909090. Windows color (decimal): -7760253 or 8623753. OLE color: 8623753.

HSL color Cylindrical-coordinate representation of color #899683: hue angle of 101.05º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899683 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 131 -
CMYK 0.09 0 0.13 0.41
HSL 101.05º 0.08% 0.55% -
HSV(B) 101.05º 0.13% 0.59% -
XYZ 25.32 28.77 25.69 -
YUV 143.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 137 150 131 0.09 0 0.13 0.41 101.05 0.08 0.55
Hex 89 96 83 9 0 D 29 65 8 37
Octal 211 226 203 11 0 15 51 145 10 67
Binary 10001001 10010110 10000011 1001 0 1101 101001 1100101 1000 110111

Color Harmonies of #899683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899683

Black with #899683

Text Example


Text Example

White with #899683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899683; }

 p { color: rgb(137,150,131); }

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

background-color css

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

 a { background-color: rgb(137,150,131); }

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

border-color css

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

 span { border-color: rgb(137,150,131); }

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